Home
last modified time | relevance | path

Searched refs:CodecState (Results 1 – 4 of 4) 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()
Dmediafilter.cpp132 struct CodecState { struct
161 CodecState *filterState, in tryCopyDecodedBuffer()
162 CodecState *vidState) { in tryCopyDecodedBuffer()
253 CodecState *filterState, in tryDrainOutputBuffer()
328 KeyedVector<size_t, CodecState> stateByTrack; in decode()
330 CodecState *vidState = NULL; in decode()
348 CodecState *state = in decode()
349 &stateByTrack.editValueAt(stateByTrack.add(i, CodecState())); in decode()
390 CodecState *filterState = new CodecState(); in decode()
472 CodecState *state = &stateByTrack.editValueAt(i); in decode()
[all …]
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()