Home | History | Annotate | Download | only in stagefright

Lines Matching refs:stateByTrack

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);
203 for (size_t i = 0; i < stateByTrack.size(); ++i) {
204 CodecState *state = &stateByTrack.editValueAt(i);
232 for (size_t i = 0; i < stateByTrack.size(); ++i) {
233 CodecState *state = &stateByTrack.editValueAt(i);
244 for (size_t i = 0; i < stateByTrack.size(); ++i) {
245 CodecState *state = &stateByTrack.editValueAt(i);
310 for (size_t i = 0; i < stateByTrack.size(); ++i) {
311 CodecState *state = &stateByTrack.editValueAt(i);