Searched refs:GST_VIDEO_FORMAT_FLAG_YUV (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-format.h | 405 GST_VIDEO_FORMAT_FLAG_YUV = (1 << 0), enumerator 597 #define GST_VIDEO_FORMAT_INFO_IS_YUV(info) (((info)->flags & GST_VIDEO_FORMAT_FLAG_YUV) != 0)
|
D | video-format.c | 6855 …{ fourcc, {GST_VIDEO_FORMAT_ ##name, G_STRINGIFY(name), desc, GST_VIDEO_FORMAT_FLAG_YUV, depth, ps… 6857 …{ fourcc, {GST_VIDEO_FORMAT_ ##name, G_STRINGIFY(name), desc, GST_VIDEO_FORMAT_FLAG_YUV | GST_VIDE… 6859 …{ fourcc, {GST_VIDEO_FORMAT_ ##name, G_STRINGIFY(name), desc, GST_VIDEO_FORMAT_FLAG_YUV | GST_VIDE… 6861 …{ fourcc, {GST_VIDEO_FORMAT_ ##name, G_STRINGIFY(name), desc, GST_VIDEO_FORMAT_FLAG_YUV | GST_VIDE… 6863 …{ fourcc, {GST_VIDEO_FORMAT_ ##name, G_STRINGIFY(name), desc, GST_VIDEO_FORMAT_FLAG_YUV | GST_VIDE… 6865 …{ fourcc, {GST_VIDEO_FORMAT_ ##name, G_STRINGIFY(name), desc, GST_VIDEO_FORMAT_FLAG_YUV | GST_VIDE… 6867 …{ fourcc, {GST_VIDEO_FORMAT_ ##name, G_STRINGIFY(name), desc, GST_VIDEO_FORMAT_FLAG_YUV | GST_VIDE… 6869 …{ fourcc, {GST_VIDEO_FORMAT_ ##name, G_STRINGIFY(name), desc, GST_VIDEO_FORMAT_FLAG_YUV | GST_VIDE… 6871 …{ fourcc, {GST_VIDEO_FORMAT_ ##name, G_STRINGIFY(name), desc, GST_VIDEO_FORMAT_FLAG_YUV | GST_VIDE…
|
D | video-enumtypes.c | 773 { C_FLAGS(GST_VIDEO_FORMAT_FLAG_YUV), "GST_VIDEO_FORMAT_FLAG_YUV", "yuv" }, in gst_video_format_flags_get_type()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudaconvert.c | 139 #define COLORSPACE_MASK (GST_VIDEO_FORMAT_FLAG_YUV | \
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglcolorconvert.c | 837 yuv_gray_flags = GST_VIDEO_FORMAT_FLAG_YUV | GST_VIDEO_FORMAT_FLAG_GRAY; in _gst_gl_color_convert_set_caps_unlocked() 1136 if (GST_VIDEO_FORMAT_INFO_FLAGS (t_info) & (GST_VIDEO_FORMAT_FLAG_YUV in gst_gl_color_convert_caps_transform_format_info() 1160 if (GST_VIDEO_FORMAT_INFO_FLAGS (t_info) & (GST_VIDEO_FORMAT_FLAG_YUV | in gst_gl_color_convert_caps_transform_format_info() 1231 #define COLORSPACE_MASK (GST_VIDEO_FORMAT_FLAG_YUV | \ 1295 if ((in_flags & (GST_VIDEO_FORMAT_FLAG_YUV | GST_VIDEO_FORMAT_FLAG_GRAY)) != 0 in score_format_target() 1296 && (t_flags & (GST_VIDEO_FORMAT_FLAG_YUV | GST_VIDEO_FORMAT_FLAG_GRAY)) != in score_format_target()
|
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/ |
D | gstopenjpegenc.c | 888 if ((state->info.finfo->flags & GST_VIDEO_FORMAT_FLAG_YUV)) { in gst_openjpeg_enc_set_format() 968 if ((frame->info.finfo->flags & GST_VIDEO_FORMAT_FLAG_YUV)) in gst_openjpeg_enc_fill_image()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkcolorconvert.c | 1035 if (GST_VIDEO_FORMAT_INFO_FLAGS (t_info) & (GST_VIDEO_FORMAT_FLAG_YUV in gst_vulkan_color_convert_transform_format_info() 1059 if (GST_VIDEO_FORMAT_INFO_FLAGS (t_info) & (GST_VIDEO_FORMAT_FLAG_YUV | in gst_vulkan_color_convert_transform_format_info()
|
/third_party/gstreamer/gstplugins_base/gst/videoconvert/ |
D | gstvideoconvert.c | 197 #define COLORSPACE_MASK (GST_VIDEO_FORMAT_FLAG_YUV | \
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavpp.c | 978 #define COLORSPACE_MASK (GST_VIDEO_FORMAT_FLAG_YUV | \
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11convert.cpp | 387 #define COLORSPACE_MASK (GST_VIDEO_FORMAT_FLAG_YUV | \
|