Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.h354 #define GST_VIDEO_INFO_IS_YUV(i) (GST_VIDEO_FORMAT_INFO_IS_YUV((i)->finfo))
Dvideo-format.h597 #define GST_VIDEO_FORMAT_INFO_IS_YUV(info) (((info)->flags & GST_VIDEO_FORMAT_FLAG_YUV) != 0) macro
Dvideo-color.c210 yuv = GST_VIDEO_FORMAT_INFO_IS_YUV (info); in gst_video_color_range_offsets()
Dvideo-info.c167 if (GST_VIDEO_FORMAT_INFO_IS_YUV (finfo)) { in set_default_colorimetry()
197 if (GST_VIDEO_FORMAT_INFO_IS_YUV (finfo) && in validate_colorimetry()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimageallocator.c410 if (GST_VIDEO_FORMAT_INFO_IS_YUV (info->finfo)) { in gst_xvimage_allocator_alloc()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Ddescriptions.c465 } else if (GST_VIDEO_FORMAT_INFO_IS_YUV (finfo)) { in format_info_get_desc()
/third_party/gstreamer/gstplugins_good/gst/alpha/
Dgstalpha.c2316 else if (GST_VIDEO_FORMAT_INFO_IS_YUV (in_info) in gst_alpha_init_params_full()
2322 && GST_VIDEO_FORMAT_INFO_IS_YUV (out_info)) in gst_alpha_init_params_full()
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideosink.cpp1782 if (GST_VIDEO_FORMAT_INFO_IS_YUV (info.finfo)) in gst_caps_to_directshow_media_type()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c512 fail_unless (GST_VIDEO_FORMAT_INFO_IS_YUV (vf_info)); in GST_START_TEST()
2506 gboolean is_yuv = GST_VIDEO_FORMAT_INFO_IS_YUV (info); in check_video_format_is_type()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c324 if (GST_VIDEO_FORMAT_INFO_IS_YUV (info)) in d3d_format_comp_rate()