Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h360 guint32 n_samples_moof; /* sample count in a moof */ member
Dqtdemux.c1904 stream->n_samples_moof = 0; in _create_stream()
2554 stream->n_samples_moof = 0; in gst_qtdemux_stream_flush_samples_data()
3526 stream->n_samples_moof += samples_count; in qtdemux_parse_trun()
4187 stream->n_samples_moof = 0; in qtdemux_parse_moof()
4219 if (stream->n_samples_moof && stream->duration_moof) in qtdemux_parse_moof()
8639 || (qtdemux->fragmented && stream->n_samples_moof == 1)) { in gst_qtdemux_guess_framerate()
8655 if (qtdemux->fragmented && stream->n_samples_moof > 0 in gst_qtdemux_guess_framerate()
8657 n_samples = stream->n_samples_moof; in gst_qtdemux_guess_framerate()