Searched refs:stps_index (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmov.c1699 unsigned int stps_index = 0; local
1755 } else if (sc->stps_count && current_sample+key_off == sc->stps_data[stps_index]) {
1757 if (stps_index + 1 < sc->stps_count)
1758 stps_index++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmov.c2110 unsigned int stps_index = 0; local
2183 } else if (sc->stps_count && current_sample+key_off == sc->stps_data[stps_index]) {
2185 if (stps_index + 1 < sc->stps_count)
2186 stps_index++;

Completed in 84 milliseconds