Home
last modified time | relevance | path

Searched refs:GST_VIDEO_FORMAT_INFO_HAS_ALPHA (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/colormanagement/
Dgstlcms.c801 if (!GST_VIDEO_FORMAT_INFO_HAS_ALPHA (inframe->info.finfo) in gst_lcms_process_rgb()
812 if (GST_VIDEO_FORMAT_INFO_HAS_ALPHA (inframe->info.finfo)) in gst_lcms_process_rgb()
846 if (GST_VIDEO_FORMAT_INFO_HAS_ALPHA (inframe->info.finfo)) { in gst_lcms_process_rgb()
860 if (GST_VIDEO_FORMAT_INFO_HAS_ALPHA (inframe->info.finfo)) in gst_lcms_process_rgb()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqsgtexture.cc236 const bool has_alpha = GST_VIDEO_FORMAT_INFO_HAS_ALPHA(this->v_info.finfo); in hasAlphaChannel()
/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))
Dvideo-format.h600 #define GST_VIDEO_FORMAT_INFO_HAS_ALPHA(info) (((info)->flags & GST_VIDEO_FORMAT_FLAG_ALPHA) != … macro
Dgstvideoaggregator.c1086 && (!GST_VIDEO_FORMAT_INFO_HAS_ALPHA (pad->info.finfo)))) { in gst_video_aggregator_find_best_format()
1124 if (!need_alpha || GST_VIDEO_FORMAT_INFO_HAS_ALPHA (format_info)) { in gst_video_aggregator_find_best_format()
1485 if (GST_VIDEO_FORMAT_INFO_HAS_ALPHA (info)) in gst_video_aggregator_caps_has_alpha()
1493 if (GST_VIDEO_FORMAT_INFO_HAS_ALPHA (info)) in gst_video_aggregator_caps_has_alpha()
1539 if (!GST_VIDEO_FORMAT_INFO_HAS_ALPHA (info)) { in _get_non_alpha_caps()
1549 if (!GST_VIDEO_FORMAT_INFO_HAS_ALPHA (info)) { in _get_non_alpha_caps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Ddescriptions.c484 n_semi = GST_VIDEO_FORMAT_INFO_HAS_ALPHA (finfo) ? 3 : 2; in format_info_get_desc()
497 alpha = GST_VIDEO_FORMAT_INFO_HAS_ALPHA (finfo); in format_info_get_desc()
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dgstvideotestsrc.c439 if (GST_VIDEO_FORMAT_INFO_HAS_ALPHA (info)) { in gst_video_test_src_src_fixate()
460 if (GST_VIDEO_FORMAT_INFO_HAS_ALPHA (info)) { in gst_video_test_src_src_fixate()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkcolorconvert.c848 …clobber_alpha = !GST_VIDEO_FORMAT_INFO_HAS_ALPHA (from_finfo) && GST_VIDEO_FORMAT_INFO_HAS_ALPHA (… in fill_shader_info()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c519 fail_unless (GST_VIDEO_FORMAT_INFO_HAS_ALPHA (vf_info)); in GST_START_TEST()
521 fail_if (GST_VIDEO_FORMAT_INFO_HAS_ALPHA (vf_info)); in GST_START_TEST()
585 if (GST_VIDEO_FORMAT_INFO_HAS_ALPHA (vinfo.finfo)) { in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dcompositor.c70 if (!GST_VIDEO_FORMAT_INFO_HAS_ALPHA (format_info)) in _compositor_get_non_alpha_supported_caps()