Home
last modified time | relevance | path

Searched refs:stps_index (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h466 guint32 stps_index; member
Dqtdemux.c9991 for (i = stream->stps_index; i < n_sample_partial_syncs; i++) { in qtdemux_parse_samples()
10009 stream->stps_index = i; in qtdemux_parse_samples()
/third_party/ffmpeg/libavformat/
Dmov.c3806 unsigned int stps_index = 0; in mov_build_index() local
3937 } else if (sc->stps_count && current_sample+key_off == sc->stps_data[stps_index]) { in mov_build_index()
3939 if (stps_index + 1 < sc->stps_count) in mov_build_index()
3940 stps_index++; in mov_build_index()