Searched refs:CodecState (Results 1 - 3 of 3) 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...]
H A DSimplePlayer.cpp311 CodecState *state =
313 mStateByTrackIndex.add(i, CodecState()));
339 CodecState *state = &mStateByTrackIndex.editValueAt(i);
400 CodecState *state = &mStateByTrackIndex.editValueAt(i);
419 CodecState *state = &mStateByTrackIndex.editValueAt(i);
474 CodecState *state = &mStateByTrackIndex.editValueFor(trackIndex);
515 CodecState *state = &mStateByTrackIndex.editValueAt(i);
568 size_t trackIndex, CodecState *state) {
599 CodecState *state, BufferInfo *info, const sp<ABuffer> &buffer) {

Completed in 236 milliseconds