Home
last modified time | relevance | path

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

/frameworks/av/cmds/stagefright/
Dcodec.cpp88 KeyedVector<size_t, CodecState> stateByTrack; in decode() local
117 &stateByTrack.editValueAt(stateByTrack.add(i, CodecState())); in decode()
139 CHECK(!stateByTrack.isEmpty()); in decode()
144 for (size_t i = 0; i < stateByTrack.size(); ++i) { in decode()
145 CodecState *state = &stateByTrack.editValueAt(i); in decode()
169 CodecState *state = &stateByTrack.editValueFor(trackIndex); in decode()
205 for (size_t i = 0; i < stateByTrack.size(); ++i) { in decode()
206 CodecState *state = &stateByTrack.editValueAt(i); in decode()
234 for (size_t i = 0; i < stateByTrack.size(); ++i) { in decode()
235 CodecState *state = &stateByTrack.editValueAt(i); in decode()
[all …]
Dmediafilter.cpp328 KeyedVector<size_t, CodecState> stateByTrack; in decode() local
349 &stateByTrack.editValueAt(stateByTrack.add(i, CodecState())); in decode()
370 CHECK(!stateByTrack.isEmpty()); in decode()
471 for (size_t i = 0; i < stateByTrack.size(); ++i) { in decode()
472 CodecState *state = &stateByTrack.editValueAt(i); in decode()
527 CodecState *state = &stateByTrack.editValueFor(trackIndex); in decode()
560 for (size_t i = 0; i < stateByTrack.size(); ++i) { in decode()
561 CodecState *state = &stateByTrack.editValueAt(i); in decode()
586 for (size_t i = 0; i < stateByTrack.size(); ++i) { in decode()
587 CodecState *state = &stateByTrack.editValueAt(i); in decode()
[all …]