Searched refs:yuy2_pad (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | uvch264demux.c | 29 static GstPad *mjpg_pad, *h264_pad, *yuy2_pad, *nv12_pad, *jpg_pad; variable 122 if (yuy2_pad) { in _teardown_test() 123 gst_pad_set_active (yuy2_pad, FALSE); in _teardown_test() 124 gst_object_unref (yuy2_pad); in _teardown_test() 144 mjpg_pad = h264_pad = yuy2_pad = nv12_pad = jpg_pad = NULL; in _teardown_test() 199 yuy2_pad = gst_pad_new_from_static_template (&sink_template, "yuy2"); in _setup_test() 200 fail_unless (yuy2_pad != NULL); in _setup_test() 201 gst_pad_set_chain_function (yuy2_pad, _sink_yuy2_chain); in _setup_test() 202 gst_pad_set_event_function (yuy2_pad, _sink_yuy2_event); in _setup_test() 204 fail_unless (gst_pad_link (yuy2pad, yuy2_pad) == GST_PAD_LINK_OK); in _setup_test() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_mjpgdemux.c | 213 self->yuy2_pad = in gst_uvc_h264_mjpg_demux_init() 215 gst_pad_use_fixed_caps (self->yuy2_pad); in gst_uvc_h264_mjpg_demux_init() 216 gst_element_add_pad (GST_ELEMENT (self), self->yuy2_pad); in gst_uvc_h264_mjpg_demux_init() 520 aux_pad = self->yuy2_pad; in gst_uvc_h264_mjpg_demux_chain()
|
D | gstuvch264_mjpgdemux.h | 84 GstPad *yuy2_pad; member
|