Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h434 gint64 stbl_index; member
Dqtdemux.c876 result = gst_util_array_binary_search (str->samples, str->stbl_index + 1, in gst_qtdemux_find_index()
952 sample = str->samples + str->stbl_index; in gst_qtdemux_find_index_linear()
953 if (str->stbl_index >= 0 && mov_time <= sample->timestamp) { in gst_qtdemux_find_index_linear()
1193 && index < str->stbl_index) in gst_qtdemux_adjust_seek()
2550 stream->stbl_index = -1; in gst_qtdemux_stream_flush_samples_data()
6348 stream->stbl_index = -1; /* no samples have yet been parsed */ in gst_qtdemux_do_fragmented_seek()
9339 stream->stbl_index = -1; /* no samples have yet been parsed */ in qtdemux_stbl_init()
9698 if (n <= stream->stbl_index) in qtdemux_parse_samples()
9714 stream->stbl_index++; in qtdemux_parse_samples()
9717 first = &samples[stream->stbl_index]; in qtdemux_parse_samples()
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog43614 qtdemux: stbl_index is valid from 0 onwards