Home
last modified time | relevance | path

Searched refs:CodecState (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/cmds/stagefright/
DSimplePlayer.h73 struct CodecState struct
92 KeyedVector<size_t, CodecState> mStateByTrackIndex;
102 status_t onOutputFormatChanged(size_t trackIndex, CodecState *state);
105 CodecState *state, BufferInfo *info, const sp<MediaCodecBuffer> &buffer);
Dcodec.cpp57 struct CodecState { struct
88 KeyedVector<size_t, CodecState> stateByTrack; in decode()
116 CodecState *state = in decode()
117 &stateByTrack.editValueAt(stateByTrack.add(i, CodecState())); in decode()
145 CodecState *state = &stateByTrack.editValueAt(i); in decode()
169 CodecState *state = &stateByTrack.editValueFor(trackIndex); in decode()
206 CodecState *state = &stateByTrack.editValueAt(i); in decode()
235 CodecState *state = &stateByTrack.editValueAt(i); in decode()
247 CodecState *state = &stateByTrack.editValueAt(i); in decode()
313 CodecState *state = &stateByTrack.editValueAt(i); in decode()
DSimplePlayer.cpp313 CodecState *state = in onPrepare()
315 mStateByTrackIndex.add(i, CodecState())); in onPrepare()
341 CodecState *state = &mStateByTrackIndex.editValueAt(i); in onPrepare()
402 CodecState *state = &mStateByTrackIndex.editValueAt(i); in onReset()
421 CodecState *state = &mStateByTrackIndex.editValueAt(i); in onDoMoreStuff()
476 CodecState *state = &mStateByTrackIndex.editValueFor(trackIndex); in onDoMoreStuff()
519 CodecState *state = &mStateByTrackIndex.editValueAt(i); in onDoMoreStuff()
572 size_t trackIndex __unused, CodecState *state) { in onOutputFormatChanged()
603 CodecState *state, BufferInfo *info, const sp<MediaCodecBuffer> &buffer) { in renderAudio()