Searched refs:stsc_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.h100 unsigned int stsc_count; member in struct:MOVStreamContext
H A Dmov.c1454 sc->stsc_count = entries;
1741 while (stsc_index + 1 < sc->stsc_count &&
1794 for (i = 0; i < sc->stsc_count; i++) {
1812 if (i < sc->stsc_count - 1)
1831 if (stsc_index + 1 < sc->stsc_count &&
1940 if (sc->chunk_count && (!sc->stts_count || !sc->stsc_count ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Disom.h107 unsigned int stsc_count; member in struct:MOVStreamContext
H A Dmov.c1760 sc->stsc_count = i;
2158 while (stsc_index + 1 < sc->stsc_count &&
2237 for (i = 0; i < sc->stsc_count; i++) {
2241 if (i != sc->stsc_count - 1 &&
2256 if (i < sc->stsc_count - 1)
2277 if (stsc_index + 1 < sc->stsc_count &&
2401 if (sc->chunk_count && (!sc->stts_count || !sc->stsc_count ||

Completed in 236 milliseconds