Searched defs:CodecState (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h72 struct CodecState struct in struct:android::SimplePlayer
91 KeyedVector<size_t, CodecState> mStateByTrackIndex;
101 status_t onOutputFormatChanged(size_t trackIndex, CodecState *state);
104 CodecState *state, BufferInfo *info, const sp<ABuffer> &buffer);
H A Dcodec.cpp53 struct CodecState { struct in namespace:android
82 KeyedVector<size_t, CodecState> stateByTrack;
110 CodecState *state =
111 &stateByTrack.editValueAt(stateByTrack.add(i, CodecState()));
138 CodecState *state = &stateByTrack.editValueAt(i);
162 CodecState *state = &stateByTrack.editValueFor(trackIndex);
197 CodecState *state = &stateByTrack.editValueAt(i);
226 CodecState *state = &stateByTrack.editValueAt(i);
238 CodecState *state = &stateByTrack.editValueAt(i);
288 CodecState *stat
[all...]

Completed in 15 milliseconds