Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Disom.h177 unsigned int stsc_count; member
H A Dmov.c2875 sc->stsc_count = 0;
2886 sc->stsc_count = i;
2887 for (i = sc->stsc_count - 1; i < UINT_MAX; i--) {
2889 if ((i+1 < sc->stsc_count && sc->stsc_data[i].first >= sc->stsc_data[i+1].first) ||
2895 if (i+1 >= sc->stsc_count) {
2897 sc->stsc_count --;
2933 if (mov_stsc_index_valid(index, sc->stsc_count))
4298 while (mov_stsc_index_valid(stsc_index, sc->stsc_count) &&
4394 for (i = 0; i < sc->stsc_count; i++) {
4398 if (i != sc->stsc_count
[all...]

Completed in 7 milliseconds