Home | History | Annotate | Download | only in stagefright

Lines Matching refs:stateByTrack

328     KeyedVector<size_t, CodecState> stateByTrack;
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.size(); ++i) {
585 CodecState *state = &stateByTrack.editValueAt(i);
646 for (size_t i = 0; i < stateByTrack.size(); ++i) {
647 CodecState *state = &stateByTrack.editValueAt(i);