Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.h119 gchar *colorspace_name; member
Dgstuvch264_src.c571 g_free (self->colorspace_name); in gst_uvc_h264_src_dispose()
572 self->colorspace_name = NULL; in gst_uvc_h264_src_dispose()
587 g_free (self->colorspace_name); in gst_uvc_h264_src_set_property()
588 self->colorspace_name = g_value_dup_string (value); in gst_uvc_h264_src_set_property()
748 g_value_set_string (value, self->colorspace_name); in gst_uvc_h264_src_get_property()
2151 caps = _transform_caps (self, caps, self->colorspace_name); in gst_uvc_h264_src_transform_caps()
2661 self->vid_colorspace = gst_element_factory_make (self->colorspace_name, in gst_uvc_h264_src_construct_pipeline()
2673 self->vf_colorspace = gst_element_factory_make (self->colorspace_name, in gst_uvc_h264_src_construct_pipeline()
2708 self->vf_colorspace = gst_element_factory_make (self->colorspace_name, in gst_uvc_h264_src_construct_pipeline()
2736 self->vf_colorspace = gst_element_factory_make (self->colorspace_name, in gst_uvc_h264_src_construct_pipeline()
[all …]