Searched refs:stsc_count (Results 1 – 2 of 2) sorted by relevance
172 unsigned int stsc_count; member
2661 sc->stsc_count = 0; in mov_read_stsc()2672 sc->stsc_count = i; in mov_read_stsc()2673 for (i = sc->stsc_count - 1; i < UINT_MAX; i--) { in mov_read_stsc()2675 if ((i+1 < sc->stsc_count && sc->stsc_data[i].first >= sc->stsc_data[i+1].first) || in mov_read_stsc()2681 if (i+1 >= sc->stsc_count) { in mov_read_stsc()2683 sc->stsc_count --; in mov_read_stsc()2719 if (mov_stsc_index_valid(index, sc->stsc_count)) in mov_get_stsc_samples()3887 while (mov_stsc_index_valid(stsc_index, sc->stsc_count) && in mov_build_index()3994 for (i = 0; i < sc->stsc_count; i++) { in mov_build_index()3998 if (i != sc->stsc_count - 1 && in mov_build_index()[all …]