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 54 struct CodecState {
83 KeyedVector<size_t, CodecState> stateByTrack;
111 CodecState *state =
112 &stateByTrack.editValueAt(stateByTrack.add(i, CodecState()));
139 CodecState *state = &stateByTrack.editValueAt(i);
163 CodecState *state = &stateByTrack.editValueFor(trackIndex);
198 CodecState *state = &stateByTrack.editValueAt(i);
227 CodecState *state = &stateByTrack.editValueAt(i);
239 CodecState *state = &stateByTrack.editValueAt(i);
289 CodecState *state = &stateByTrack.editValueAt(i)
    [all...]

Completed in 2517 milliseconds