Searched refs:stss_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.c1698 unsigned int stss_index = 0; local
1751 if (!sc->keyframe_count || current_sample+key_off == sc->keyframes[stss_index]) {
1753 if (stss_index + 1 < sc->keyframe_count)
1754 stss_index++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmov.c2109 unsigned int stss_index = 0; local
2179 if (!sc->keyframe_absent && (!sc->keyframe_count || current_sample+key_off == sc->keyframes[stss_index])) {
2181 if (stss_index + 1 < sc->keyframe_count)
2182 stss_index++;

Completed in 197 milliseconds