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

  /frameworks/av/cmds/stagefright/
SimplePlayer.h 73 struct CodecState
92 KeyedVector<size_t, CodecState> mStateByTrackIndex;
102 status_t onOutputFormatChanged(size_t trackIndex, CodecState *state);
105 CodecState *state, BufferInfo *info, const sp<MediaCodecBuffer> &buffer);
codec.cpp 57 struct CodecState {
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 *state = &stateByTrack.editValueAt(i)
    [all...]
mediafilter.cpp 132 struct CodecState {
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...]
  /cts/tests/tests/media/src/android/media/cts/
CodecState.java 31 public class CodecState {
32 private static final String TAG = CodecState.class.getSimpleName();
57 public CodecState(
85 Log.d(TAG, "CodecState::onOutputFormatChanged " + mime);
277 Log.d(TAG, "CodecState::onOutputFormatChanged " + mime);
288 Log.d(TAG, "CodecState::onOutputFormatChanged Audio" +
306 Log.d(TAG, "CodecState::onOutputFormatChanged Video" +

Completed in 51 milliseconds