Searched refs:CodecState (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/cmds/stagefright/ |
D | SimplePlayer.h | 72 struct CodecState struct 91 KeyedVector<size_t, CodecState> mStateByTrackIndex; 101 status_t onOutputFormatChanged(size_t trackIndex, CodecState *state); 104 CodecState *state, BufferInfo *info, const sp<ABuffer> &buffer);
|
D | codec.cpp | 56 struct CodecState { struct 85 KeyedVector<size_t, CodecState> stateByTrack; in decode() 113 CodecState *state = in decode() 114 &stateByTrack.editValueAt(stateByTrack.add(i, CodecState())); in decode() 141 CodecState *state = &stateByTrack.editValueAt(i); in decode() 165 CodecState *state = &stateByTrack.editValueFor(trackIndex); in decode() 200 CodecState *state = &stateByTrack.editValueAt(i); in decode() 229 CodecState *state = &stateByTrack.editValueAt(i); in decode() 241 CodecState *state = &stateByTrack.editValueAt(i); in decode() 291 CodecState *state = &stateByTrack.editValueAt(i); in decode()
|
D | SimplePlayer.cpp | 315 CodecState *state = in onPrepare() 317 mStateByTrackIndex.add(i, CodecState())); in onPrepare() 343 CodecState *state = &mStateByTrackIndex.editValueAt(i); in onPrepare() 404 CodecState *state = &mStateByTrackIndex.editValueAt(i); in onReset() 423 CodecState *state = &mStateByTrackIndex.editValueAt(i); in onDoMoreStuff() 478 CodecState *state = &mStateByTrackIndex.editValueFor(trackIndex); in onDoMoreStuff() 519 CodecState *state = &mStateByTrackIndex.editValueAt(i); in onDoMoreStuff() 572 size_t trackIndex, CodecState *state) { in onOutputFormatChanged() 603 CodecState *state, BufferInfo *info, const sp<ABuffer> &buffer) { in renderAudio()
|