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

/frameworks/av/cmds/stagefright/
H A Dcodec.cpp82 KeyedVector<size_t, CodecState> stateByTrack; local
111 &stateByTrack.editValueAt(stateByTrack.add(i, CodecState()));
133 CHECK(!stateByTrack.isEmpty());
137 for (size_t i = 0; i < stateByTrack.size(); ++i) {
138 CodecState *state = &stateByTrack.editValueAt(i);
162 CodecState *state = &stateByTrack.editValueFor(trackIndex);
196 for (size_t i = 0; i < stateByTrack.size(); ++i) {
197 CodecState *state = &stateByTrack.editValueAt(i);
225 for (size_t i = 0; i < stateByTrack
[all...]

Completed in 44 milliseconds