Searched refs:CodecState (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h73 struct CodecState struct in struct:android::SimplePlayer
92 KeyedVector<size_t, CodecState> mStateByTrackIndex;
102 status_t onOutputFormatChanged(size_t trackIndex, CodecState *state);
105 CodecState *state, BufferInfo *info, const sp<MediaCodecBuffer> &buffer);
H A Dmediafilter.cpp132 struct CodecState { struct in namespace:android
161 CodecState *filterState,
162 CodecState *vidState) {
253 CodecState *filterState,
328 KeyedVector<size_t, CodecState> stateByTrack;
330 CodecState *vidState = NULL;
348 CodecState *state =
349 &stateByTrack.editValueAt(stateByTrack.add(i, CodecState()));
390 CodecState *filterState = new CodecState();
[all...]
H A Dcodec.cpp57 struct CodecState { struct in namespace:android
88 KeyedVector<size_t, CodecState> stateByTrack;
116 CodecState *state =
117 &stateByTrack.editValueAt(stateByTrack.add(i, CodecState()));
145 CodecState *state = &stateByTrack.editValueAt(i);
169 CodecState *state = &stateByTrack.editValueFor(trackIndex);
206 CodecState *state = &stateByTrack.editValueAt(i);
235 CodecState *state = &stateByTrack.editValueAt(i);
247 CodecState *state = &stateByTrack.editValueAt(i);
313 CodecState *stat
[all...]
H A DSimplePlayer.cpp313 CodecState *state =
315 mStateByTrackIndex.add(i, CodecState()));
341 CodecState *state = &mStateByTrackIndex.editValueAt(i);
402 CodecState *state = &mStateByTrackIndex.editValueAt(i);
421 CodecState *state = &mStateByTrackIndex.editValueAt(i);
476 CodecState *state = &mStateByTrackIndex.editValueFor(trackIndex);
519 CodecState *state = &mStateByTrackIndex.editValueAt(i);
572 size_t trackIndex __unused, CodecState *state) {
603 CodecState *state, BufferInfo *info, const sp<MediaCodecBuffer> &buffer) {

Completed in 637 milliseconds