Home
last modified time | relevance | path

Searched refs:vf_colorspace (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.c2348 if (self->vf_colorspace) { in gst_uvc_h264_src_destroy_pipeline()
2349 gst_bin_remove (GST_BIN (self), self->vf_colorspace); in gst_uvc_h264_src_destroy_pipeline()
2350 gst_element_set_state (self->vf_colorspace, GST_STATE_NULL); in gst_uvc_h264_src_destroy_pipeline()
2351 gst_object_unref (self->vf_colorspace); in gst_uvc_h264_src_destroy_pipeline()
2352 self->vf_colorspace = NULL; in gst_uvc_h264_src_destroy_pipeline()
2673 self->vf_colorspace = gst_element_factory_make (self->colorspace_name, in gst_uvc_h264_src_construct_pipeline()
2675 if (!self->vf_colorspace || in gst_uvc_h264_src_construct_pipeline()
2676 !gst_bin_add (GST_BIN (self), self->vf_colorspace)) in gst_uvc_h264_src_construct_pipeline()
2678 gst_object_ref (self->vf_colorspace); in gst_uvc_h264_src_construct_pipeline()
2679 if (!gst_element_link (self->v4l2_src, self->vf_colorspace)) in gst_uvc_h264_src_construct_pipeline()
[all …]
Dgstuvch264_src.h91 GstElement *vf_colorspace; member
/third_party/ffmpeg/tests/fate/
Dcheckasm.mak31 fate-checkasm-vf_colorspace \
/third_party/ffmpeg/tests/checkasm/
DMakefile38 AVFILTEROBJS-$(CONFIG_COLORSPACE_FILTER) += vf_colorspace.o
/third_party/ffmpeg/libavfilter/
DMakefile210 OBJS-$(CONFIG_COLORSPACE_FILTER) += vf_colorspace.o colorspace.o colorspacedsp.o