Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.h405 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)
Dvideo-format.c6855 …{ 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…
Dvideo-enumtypes.c773 { 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/
Dgstcudaconvert.c139 #define COLORSPACE_MASK (GST_VIDEO_FORMAT_FLAG_YUV | \
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcolorconvert.c837 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/
Dgstopenjpegenc.c888 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/
Dvkcolorconvert.c1035 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/
Dgstvideoconvert.c197 #define COLORSPACE_MASK (GST_VIDEO_FORMAT_FLAG_YUV | \
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavpp.c978 #define COLORSPACE_MASK (GST_VIDEO_FORMAT_FLAG_YUV | \
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11convert.cpp387 #define COLORSPACE_MASK (GST_VIDEO_FORMAT_FLAG_YUV | \