Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/asio/
Dgstasioobject.cpp1107 guint num_found = 0; in gst_asio_object_check_buffer_reuse() local
1120 num_found++; in gst_asio_object_check_buffer_reuse()
1127 return num_found == num_channels; in gst_asio_object_check_buffer_reuse()
/third_party/mesa3d/src/compiler/glsl/
Dlinker.cpp116 : num_variables(num_vars), num_found(0), variables(vars) in find_assignment_visitor()
160 assert(num_found < num_variables); in check_variable_name()
161 if (++num_found == num_variables) in check_variable_name()
173 unsigned num_found; /**< Number of variables already found */ member in __anonf2b593850111::find_assignment_visitor
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapture.cpp2020 guint num_found = 0; in gst_d3d11_screen_capture_find_nth_monitor() local
2050 if (num_found == index) { in gst_d3d11_screen_capture_find_nth_monitor()
2061 num_found++; in gst_d3d11_screen_capture_find_nth_monitor()