Searched refs:stateByTrack (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/cmds/stagefright/
H A Dcodec.cpp88 KeyedVector<size_t, CodecState> stateByTrack; local
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);
203 for (size_t i = 0; i < stateByTrack.size(); ++i) {
204 CodecState *state = &stateByTrack.editValueAt(i);
232 for (size_t i = 0; i < stateByTrack
[all...]
H A Dmediafilter.cpp328 KeyedVector<size_t, CodecState> stateByTrack; local
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);
558 for (size_t i = 0; i < stateByTrack.size(); ++i) {
559 CodecState *state = &stateByTrack.editValueAt(i);
584 for (size_t i = 0; i < stateByTrack
[all...]

Completed in 35 milliseconds