Searched refs:stps_count (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Disom.h102 unsigned int stps_count; member in struct:MOVStreamContext
H A Dmov.c1483 sc->stps_count = entries;
1755 } else if (sc->stps_count && current_sample+key_off == sc->stps_data[stps_index]) {
1757 if (stps_index + 1 < sc->stps_count)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Disom.h109 unsigned int stps_count; member in struct:MOVStreamContext
H A Dmov.c1793 sc->stps_count = i;
2139 int key_off = (sc->keyframe_count && sc->keyframes[0] > 0) || (sc->stps_count && sc->stps_data[0] > 0);
2183 } else if (sc->stps_count && current_sample+key_off == sc->stps_data[stps_index]) {
2185 if (stps_index + 1 < sc->stps_count)
2197 && !sc->stps_count

Completed in 136 milliseconds