Home
last modified time | relevance | path

Searched refs:stps_data (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Disom.h177 unsigned *stps_data; ///< partial sync sample for mpeg-2 open gop member
Dmov.c2744 if (sc->stps_data) in mov_read_stps()
2746 av_free(sc->stps_data); in mov_read_stps()
2748 sc->stps_data = av_malloc_array(entries, sizeof(*sc->stps_data)); in mov_read_stps()
2749 if (!sc->stps_data) in mov_read_stps()
2753 sc->stps_data[i] = avio_rb32(pb); in mov_read_stps()
3842 …key_off = (sc->keyframe_count && sc->keyframes[0] > 0) || (sc->stps_count && sc->stps_data[0] > 0); in mov_build_index()
3912 } else if (sc->stps_count && current_sample+key_off == sc->stps_data[stps_index]) { in mov_build_index()
4338 av_freep(&sc->stps_data); in mov_read_trak()
7377 av_freep(&sc->stps_data); in mov_read_close()