Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h462 guint32 stss_index; member
Dqtdemux.c9961 for (i = stream->stss_index; i < n_sample_syncs; i++) { in qtdemux_parse_samples()
9979 stream->stss_index = i; in qtdemux_parse_samples()
/third_party/ffmpeg/libavformat/
Dmov.c3805 unsigned int stss_index = 0; in mov_build_index() local
3933 …>keyframe_absent && (!sc->keyframe_count || current_sample+key_off == sc->keyframes[stss_index])) { in mov_build_index()
3935 if (stss_index + 1 < sc->keyframe_count) in mov_build_index()
3936 stss_index++; in mov_build_index()