HomeSort by relevance Sort by last modified time
    Searched refs:CodecState (Results 1 - 3 of 3) 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...]
SimplePlayer.cpp 313 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);
517 CodecState *state = &mStateByTrackIndex.editValueAt(i);
570 size_t trackIndex, CodecState *state) {
601 CodecState *state, BufferInfo *info, const sp<ABuffer> &buffer) {

Completed in 124 milliseconds