Searched refs:stsz_sample_size (Results 1 – 2 of 2) sorted by relevance
183 unsigned int stsz_sample_size; ///< always contains sample size from stsz atom member
2857 sc->stsz_sample_size = sample_size; in mov_read_stsz()3916 … if (next_offset > current_offset && sc->sample_size>0 && sc->sample_size < sc->stsz_sample_size && in mov_build_index()3917 … sc->stsc_data[stsc_index].count * (int64_t)sc->stsz_sample_size > next_offset - current_offset) { in mov_build_index()3918 …->fc, AV_LOG_WARNING, "STSZ sample size %d invalid (too large), ignoring\n", sc->stsz_sample_size); in mov_build_index()3919 sc->stsz_sample_size = sc->sample_size; in mov_build_index()3921 if (sc->stsz_sample_size>0 && sc->stsz_sample_size < sc->sample_size) { in mov_build_index()3922 …->fc, AV_LOG_WARNING, "STSZ sample size %d invalid (too small), ignoring\n", sc->stsz_sample_size); in mov_build_index()3923 sc->stsz_sample_size = sc->sample_size; in mov_build_index()3957 … sample_size = sc->stsz_sample_size > 0 ? sc->stsz_sample_size : sc->sample_sizes[current_sample]; in mov_build_index()