Searched refs:found_count (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | gstmpegdemux.c | 237 demux->found_count = 0; in gst_flups_demux_init() 281 demux->found_count = 0; in gst_flups_demux_reset() 490 demux->streams_found[demux->found_count++] = stream; in gst_flups_demux_get_stream() 579 gint i, count = demux->found_count; in gst_flups_demux_mark_discont() 597 gint i, count = demux->found_count; in gst_flups_demux_send_event() 854 gint i, count = demux->found_count; in gst_flups_demux_clear_times() 871 gint i, count = demux->found_count; in gst_flups_demux_send_gap_updates() 2167 gint i, count = demux->found_count, streams = 0; in gst_flups_demux_combine_flows()
|
D | gstmpegdemux.h | 139 gint found_count; member
|
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/ |
D | gstmpegdemux.h | 152 gint found_count; member
|
D | gstmpegdemux.c | 305 demux->found_count = 0; in gst_ps_demux_init() 385 demux->found_count = 0; in gst_ps_demux_reset() 607 demux->streams_found[demux->found_count++] = stream; in gst_ps_demux_get_stream() 636 count = demux->found_count; in gst_ps_demux_get_stream_from_pad() 776 gint i, count = demux->found_count; in gst_ps_demux_mark_discont() 796 gint i, count = demux->found_count; in gst_ps_demux_send_event() 980 gint i, count = demux->found_count; in gst_ps_demux_clear_times() 997 gint i, count = demux->found_count; in gst_ps_demux_send_gap_updates()
|
/third_party/vulkan-loader/tests/ |
D | loader_regression_tests.cpp | 1862 uint32_t found_count = 0; in TEST() local 1868 found_count++; in TEST() 1874 ASSERT_EQ(found, found_count == group_props_before[group1].physicalDeviceCount); in TEST() 1947 uint32_t found_count = 0; in TEST() local 1953 found_count++; in TEST() 1959 ASSERT_EQ(found, found_count == group_props_after[group1].physicalDeviceCount); in TEST() 2029 uint32_t found_count = 0; in TEST() local 2035 found_count++; in TEST() 2041 ASSERT_EQ(found, found_count != 0 && found_count == before_expected_counts[group1]); in TEST() 2124 uint32_t found_count = 0; in TEST() local [all …]
|
/third_party/rust/crates/bindgen/bindgen/ |
D | clang.rs | 688 let mut found_count = 0; localVariable 704 found_count += 1; 706 if found_count == N {
|
/third_party/ffmpeg/libavformat/ |
D | hlsenc.c | 443 int found_count = 0; in replace_str_data_in_filename() local 460 found_count ++; in replace_str_data_in_filename() 475 return found_count; in replace_str_data_in_filename() 483 int found_count = 0; in replace_int_data_in_filename() local 508 found_count++; in replace_int_data_in_filename() 523 return found_count; in replace_int_data_in_filename()
|
/third_party/vulkan-loader/loader/ |
D | loader.c | 5656 uint32_t found_count = 0; in setup_loader_tramp_phys_devs() local 5689 found_count++; in setup_loader_tramp_phys_devs() 5698 if (found_count == phys_dev_count && 0 != old_count && old_count == new_count) { in setup_loader_tramp_phys_devs() 5723 found_count = phys_dev_count; in setup_loader_tramp_phys_devs() 5725 found_count = new_count; in setup_loader_tramp_phys_devs() 5729 for (uint32_t new_idx = 0; new_idx < found_count; ++new_idx) { in setup_loader_tramp_phys_devs() 5762 uint32_t start = found_count; in setup_loader_tramp_phys_devs() 5768 found_count++; in setup_loader_tramp_phys_devs() 5779 for (uint32_t new_idx = 0; new_idx < found_count; ++new_idx) { in setup_loader_tramp_phys_devs() 5820 inst->phys_dev_count_tramp = found_count; in setup_loader_tramp_phys_devs()
|