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

  /frameworks/av/cmds/stagefright/
codec.cpp 88 KeyedVector<size_t, CodecState> stateByTrack;
117 &stateByTrack.editValueAt(stateByTrack.add(i, CodecState()));
139 CHECK(!stateByTrack.isEmpty());
144 for (size_t i = 0; i < stateByTrack.size(); ++i) {
145 CodecState *state = &stateByTrack.editValueAt(i);
169 CodecState *state = &stateByTrack.editValueFor(trackIndex);
205 for (size_t i = 0; i < stateByTrack.size(); ++i) {
206 CodecState *state = &stateByTrack.editValueAt(i);
234 for (size_t i = 0; i < stateByTrack.size(); ++i)
    [all...]
mediafilter.cpp 328 KeyedVector<size_t, CodecState> stateByTrack;
349 &stateByTrack.editValueAt(stateByTrack.add(i, CodecState()));
370 CHECK(!stateByTrack.isEmpty());
471 for (size_t i = 0; i < stateByTrack.size(); ++i) {
472 CodecState *state = &stateByTrack.editValueAt(i);
527 CodecState *state = &stateByTrack.editValueFor(trackIndex);
560 for (size_t i = 0; i < stateByTrack.size(); ++i) {
561 CodecState *state = &stateByTrack.editValueAt(i);
586 for (size_t i = 0; i < stateByTrack.size(); ++i)
    [all...]

Completed in 707 milliseconds