HomeSort by relevance Sort by last modified time
    Searched defs:CodecState (Results 1 - 2 of 2) sorted by null

  /frameworks/av/cmds/stagefright/
SimplePlayer.h 72 struct CodecState
91 KeyedVector<size_t, CodecState> mStateByTrackIndex;
101 status_t onOutputFormatChanged(size_t trackIndex, CodecState *state);
104 CodecState *state, BufferInfo *info, const sp<ABuffer> &buffer);
codec.cpp 51 struct CodecState {
80 KeyedVector<size_t, CodecState> stateByTrack;
108 CodecState *state =
109 &stateByTrack.editValueAt(stateByTrack.add(i, CodecState()));
136 CodecState *state = &stateByTrack.editValueAt(i);
160 CodecState *state = &stateByTrack.editValueFor(trackIndex);
195 CodecState *state = &stateByTrack.editValueAt(i);
224 CodecState *state = &stateByTrack.editValueAt(i);
236 CodecState *state = &stateByTrack.editValueAt(i);
286 CodecState *state = &stateByTrack.editValueAt(i)
    [all...]

Completed in 199 milliseconds