Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstwrappercamerabinsrc.c265 G_GSIZE_FORMAT, camerasrc->mode, self->image_capture_count, in gst_wrapper_camera_bin_src_imgsrc_probe()
269 if (self->image_capture_count > 0) { in gst_wrapper_camera_bin_src_imgsrc_probe()
273 self->image_capture_count--; in gst_wrapper_camera_bin_src_imgsrc_probe()
285 if (self->image_capture_count == 0) { in gst_wrapper_camera_bin_src_imgsrc_probe()
787 self->image_capture_count = 0; in start_image_capture()
1019 src->image_capture_count = 1; in gst_wrapper_camera_bin_src_start_capture()
1167 self->image_capture_count = 0; in gst_wrapper_camera_bin_src_init()
Dgstwrappercamerabinsrc.h75 gint image_capture_count; member