Searched refs:nv12_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 126 if (nv12_pad) { in _teardown_test() 127 gst_pad_set_active (nv12_pad, FALSE); in _teardown_test() 128 gst_object_unref (nv12_pad); in _teardown_test() 144 mjpg_pad = h264_pad = yuy2_pad = nv12_pad = jpg_pad = NULL; in _teardown_test() 213 nv12_pad = gst_pad_new_from_static_template (&sink_template, "nv12"); in _setup_test() 214 fail_unless (nv12_pad != NULL); in _setup_test() 215 gst_pad_set_chain_function (nv12_pad, _sink_nv12_chain); in _setup_test() 216 gst_pad_set_event_function (nv12_pad, _sink_nv12_event); in _setup_test() 218 fail_unless (gst_pad_link (nv12pad, nv12_pad) == GST_PAD_LINK_OK); in _setup_test() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_mjpgdemux.c | 219 self->nv12_pad = in gst_uvc_h264_mjpg_demux_init() 221 gst_pad_use_fixed_caps (self->nv12_pad); in gst_uvc_h264_mjpg_demux_init() 222 gst_element_add_pad (GST_ELEMENT (self), self->nv12_pad); in gst_uvc_h264_mjpg_demux_init() 526 aux_pad = self->nv12_pad; in gst_uvc_h264_mjpg_demux_chain()
|
D | gstuvch264_mjpgdemux.h | 85 GstPad *nv12_pad; member
|