Searched refs:gst_util_array_binary_search (Results 1 – 14 of 14) sorted by relevance
| /third_party/gstreamer/gstreamer/tests/check/gst/ |
| D | gstutils.c | 681 (guint32 *) gst_util_array_binary_search (data, 257, sizeof (guint32), in GST_START_TEST() 688 (guint32 *) gst_util_array_binary_search (data, 257, sizeof (guint32), in GST_START_TEST() 695 (guint32 *) gst_util_array_binary_search (data, 257, sizeof (guint32), in GST_START_TEST() 703 (guint32 *) gst_util_array_binary_search (data, 257, sizeof (guint32), in GST_START_TEST() 709 (guint32 *) gst_util_array_binary_search (data, 257, sizeof (guint32), in GST_START_TEST() 716 (guint32 *) gst_util_array_binary_search (data, 257, sizeof (guint32), in GST_START_TEST() 723 (guint32 *) gst_util_array_binary_search (data, 257, sizeof (guint32), in GST_START_TEST() 729 (guint32 *) gst_util_array_binary_search (data, 257, sizeof (guint32), in GST_START_TEST() 735 (guint32 *) gst_util_array_binary_search (data, 257, sizeof (guint32), in GST_START_TEST() 743 (guint32 *) gst_util_array_binary_search (data, 257, sizeof (guint32), in GST_START_TEST() [all …]
|
| /third_party/gstreamer/gstplugins_good/gst/multifile/ |
| D | gstsplitfilesrc.c | 393 gst_util_array_binary_search (src->parts, src->num_parts, in gst_split_file_src_find_part_for_offset()
|
| /third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
| D | gstd3d11decoder.cpp | 2025 (guint *) gst_util_array_binary_search ((gpointer) legacy_amd_list, in gst_d3d11_decoder_util_is_legacy_device() 2031 (guint *) gst_util_array_binary_search ((gpointer) legacy_intel_list, in gst_d3d11_decoder_util_is_legacy_device()
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gstutils.h | 1187 gpointer gst_util_array_binary_search (gpointer array, guint num_elements,
|
| D | gstutils.c | 3553 gst_util_array_binary_search (gpointer array, guint num_elements, in gst_util_array_binary_search() function
|
| /third_party/gstreamer/gstplugins_good/gst/avi/ |
| D | gstavidemux.c | 708 gst_util_array_binary_search (stream->index, stream->idx_n, in gst_avi_demux_seek_streams_index() 794 entry = gst_util_array_binary_search (stream->index, in gst_avi_demux_handle_sink_event() 2686 entry = gst_util_array_binary_search (stream->index, in gst_avi_demux_index_for_time()
|
| /third_party/gstreamer/gstplugins_base/ext/ogg/ |
| D | gstoggstream.c | 1582 gst_util_array_binary_search (pad->index, n_index, sizeof (GstOggIndex), in gst_ogg_map_search_index()
|
| /third_party/gstreamer/gstplugins_good/gst/matroska/ |
| D | matroska-parse.c | 1900 gst_util_array_binary_search (stream->index_table->data, in gst_matroska_parse_parse_blockgroup_or_simpleblock()
|
| D | matroska-read-common.c | 651 gst_util_array_binary_search (index->data, index->len, in gst_matroska_read_common_do_index_seek()
|
| D | matroska-demux.c | 2120 cpos = gst_util_array_binary_search (demux->clusters->data, in gst_matroska_demux_search_cluster() 4781 gst_util_array_binary_search (stream->index_table->data, in gst_matroska_demux_parse_blockgroup_or_simpleblock()
|
| /third_party/gstreamer/gstplugins_bad/ext/dash/ |
| D | gstdashdemux.c | 1412 gst_util_array_binary_search (sidx->entries, sidx->entries_count, in gst_dash_demux_stream_sidx_seek()
|
| /third_party/gstreamer/gstplugins_good/gst/isomp4/ |
| D | qtdemux.c | 881 result = gst_util_array_binary_search (str->samples, str->stbl_index + 1, in gst_qtdemux_find_index()
|
| /third_party/gstreamer/gstreamer/ |
| D | ChangeLog | 89512 API: Add gst_util_array_binary_search() for binary searchs on a sorted array
|
| /third_party/gstreamer/gstplugins_good/ |
| D | ChangeLog | 42648 Implement binary search using gst_util_array_binary_search
|