Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h456 guint32 stts_sample_index; member
Dqtdemux.c9891 if (stream->stts_sample_index >= stream->stts_samples in qtdemux_parse_samples()
9892 || !stream->stts_sample_index) { in qtdemux_parse_samples()
9902 stream->stts_sample_index = 0; in qtdemux_parse_samples()
9909 for (j = stream->stts_sample_index; j < stts_samples; j++) { in qtdemux_parse_samples()
9926 stream->stts_sample_index = j + 1; in qtdemux_parse_samples()
9927 if (stream->stts_sample_index >= stream->stts_samples) in qtdemux_parse_samples()
9932 stream->stts_sample_index = 0; in qtdemux_parse_samples()