Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h455 guint32 n_sample_times; member
Dqtdemux.c9242 if (stream->n_sample_times > 1) { in qtdemux_merge_sample_table()
9268 stream->n_sample_times = 0; in qtdemux_merge_sample_table()
9303 stream->n_sample_times += 1; in qtdemux_merge_sample_table()
9310 stream->n_samples, stream->n_sample_times); in qtdemux_merge_sample_table()
9351 !gst_byte_reader_get_uint32_be (&stream->stts, &stream->n_sample_times)) in qtdemux_stbl_init()
9353 GST_LOG_OBJECT (qtdemux, "%u timestamp blocks", stream->n_sample_times); in qtdemux_stbl_init()
9356 if (!qt_atom_parser_has_chunks (&stream->stts, stream->n_sample_times, 8)) { in qtdemux_stbl_init()
9357 stream->n_sample_times = gst_byte_reader_get_remaining (&stream->stts) / 8; in qtdemux_stbl_init()
9359 stream->n_sample_times); in qtdemux_stbl_init()
9360 if (!stream->n_sample_times) in qtdemux_stbl_init()
[all …]