Home
last modified time | relevance | path

Searched refs:imgsrc (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstwrappercamerabinsrc.c291 gst_wrapper_camera_bin_src_set_output (self, self->imgsrc, self->vfsrc); in gst_wrapper_camera_bin_src_imgsrc_probe()
431 if (pad == self->imgsrc) { in gst_wrapper_camera_bin_src_src_event()
438 if (pad == self->imgsrc || pad == self->vidsrc) { in gst_wrapper_camera_bin_src_src_event()
613 gst_pad_set_active (self->imgsrc, TRUE); /* XXX ??? */ in gst_wrapper_camera_bin_src_construct_pipeline()
616 gst_pad_add_probe (self->imgsrc, GST_PAD_PROBE_TYPE_BUFFER, in gst_wrapper_camera_bin_src_construct_pipeline()
761 gst_wrapper_camera_bin_src_set_output (self, self->vfsrc, self->imgsrc); in start_image_capture()
769 caps = gst_pad_get_allowed_caps (self->imgsrc); in start_image_capture()
1151 self->imgsrc = in gst_wrapper_camera_bin_src_init()
1154 gst_element_add_pad (GST_ELEMENT (self), self->imgsrc); in gst_wrapper_camera_bin_src_init()
1161 gst_pad_set_event_function (self->imgsrc, in gst_wrapper_camera_bin_src_init()
Dcamerabin2-src.txt13 Camerabin2 sources must have 3 static pads named 'vfsrc', 'imgsrc' and
24 'imgsrc' is the pad where image capture buffers are pushed. Timestamps aren't
44 buffer on its imgsrc pad. For video mode, start-capture tells the source
Dgstwrappercamerabinsrc.h68 GstPad *imgsrc; member
Dgstcamerabin2.c1747 GstPad *imgsrc = gst_element_get_static_pad (camera->src, "imgsrc"); in gst_camera_bin_create_elements() local
1774 gst_pad_add_probe (imgsrc, GST_PAD_PROBE_TYPE_BUFFER, in gst_camera_bin_create_elements()
1776 gst_object_unref (imgsrc); in gst_camera_bin_create_elements()
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.h83 GstPad *imgsrc; member
Dgstuvch264_src.c481 self->imgsrc = in gst_uvc_h264_src_init()
484 gst_element_add_pad (GST_ELEMENT (self), self->imgsrc); in gst_uvc_h264_src_init()
502 gst_pad_set_event_function (self->imgsrc, gst_uvc_h264_src_event); in gst_uvc_h264_src_init()