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 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 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);
204 CodecState *state = &stateByTrack.editValueAt(i);
233 CodecState *state = &stateByTrack.editValueAt(i);
245 CodecState *state = &stateByTrack.editValueAt(i);
311 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 517 milliseconds