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

/frameworks/av/cmds/stagefright/
H A Dcodec.cpp85 KeyedVector<size_t, CodecState> stateByTrack; local
114 &stateByTrack.editValueAt(stateByTrack.add(i, CodecState()));
136 CHECK(!stateByTrack.isEmpty());
140 for (size_t i = 0; i < stateByTrack.size(); ++i) {
141 CodecState *state = &stateByTrack.editValueAt(i);
165 CodecState *state = &stateByTrack.editValueFor(trackIndex);
199 for (size_t i = 0; i < stateByTrack.size(); ++i) {
200 CodecState *state = &stateByTrack.editValueAt(i);
228 for (size_t i = 0; i < stateByTrack
[all...]

Completed in 513 milliseconds