Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_mjpgdemux.c227 self->nv12_caps = gst_caps_new_simple ("video/x-raw", in gst_uvc_h264_mjpg_demux_init()
245 if (self->nv12_caps) in gst_uvc_h264_mjpg_demux_dispose()
246 gst_caps_unref (self->nv12_caps); in gst_uvc_h264_mjpg_demux_dispose()
247 self->nv12_caps = NULL; in gst_uvc_h264_mjpg_demux_dispose()
527 aux_caps = &self->nv12_caps; in gst_uvc_h264_mjpg_demux_chain()
Dgstuvch264_mjpgdemux.h88 GstCaps *nv12_caps; member