Home
last modified time | relevance | path

Searched refs:GST_VIDEO_INFO_HAS_ALPHA (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.h357 #define GST_VIDEO_INFO_HAS_ALPHA(i) (GST_VIDEO_FORMAT_INFO_HAS_ALPHA((i)->finfo)) macro
Dvideo-converter.c2272 in_alpha = GST_VIDEO_INFO_HAS_ALPHA (&convert->in_info); in convert_get_alpha_mode()
2273 out_alpha = GST_VIDEO_INFO_HAS_ALPHA (&convert->out_info); in convert_get_alpha_mode()
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkpixbufsink.c253 sink->has_alpha = GST_VIDEO_INFO_HAS_ALPHA (&info); in gst_gdk_pixbuf_sink_set_caps()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlwindow.c431 if (!GST_VIDEO_INFO_HAS_ALPHA (info)) { in gst_wl_window_set_opaque()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcolorconvert.c1744 if (GST_VIDEO_INFO_HAS_ALPHA (&convert->in_info)) { in _PLANAR_RGB_to_PLANAR_RGB()
1757 if (GST_VIDEO_INFO_HAS_ALPHA (&convert->out_info)) { in _PLANAR_RGB_to_PLANAR_RGB()
1789 if (GST_VIDEO_INFO_HAS_ALPHA (&convert->in_info)) { in _PLANAR_RGB_to_PACKED_RGB()
1825 if (GST_VIDEO_INFO_HAS_ALPHA (&convert->out_info)) { in _PACKED_RGB_to_PLANAR_RGB()
/third_party/gstreamer/gstplugins_good/gst/videobox/
Dgstvideobox.c1858 out_alpha = GST_VIDEO_INFO_HAS_ALPHA (&dest_frame->info); in copy_rgb32()
1864 in_alpha = GST_VIDEO_INFO_HAS_ALPHA (&src_frame->info); in copy_rgb32()
1960 in_alpha = GST_VIDEO_INFO_HAS_ALPHA (&src_frame->info); in copy_rgb32_ayuv()
2066 out_alpha = GST_VIDEO_INFO_HAS_ALPHA (&dest_frame->info); in copy_ayuv_rgb32()
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c477 if (cpad->alpha != 1.0 || GST_VIDEO_INFO_HAS_ALPHA (&pad->info)) in _pad_obscures_rectangle()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.c3878 if (GST_VIDEO_INFO_HAS_ALPHA (&info)) { in gst_v4l2_object_set_format_full()