Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.h407 GST_VIDEO_FORMAT_FLAG_GRAY = (1 << 2), enumerator
599 #define GST_VIDEO_FORMAT_INFO_IS_GRAY(info) (((info)->flags & GST_VIDEO_FORMAT_FLAG_GRAY) != 0)
Dvideo-enumtypes.c775 { C_FLAGS(GST_VIDEO_FORMAT_FLAG_GRAY), "GST_VIDEO_FORMAT_FLAG_GRAY", "gray" }, in gst_video_format_flags_get_type()
Dvideo-format.c6889 …{ 0x00000000, {GST_VIDEO_FORMAT_ ##name, G_STRINGIFY(name), desc, GST_VIDEO_FORMAT_FLAG_GRAY, dept…
6891 …{ 0x00000000, {GST_VIDEO_FORMAT_ ##name, G_STRINGIFY(name), desc, GST_VIDEO_FORMAT_FLAG_GRAY | GST…
6893 …{ 0x00000000, {GST_VIDEO_FORMAT_ ##name, G_STRINGIFY(name), desc, GST_VIDEO_FORMAT_FLAG_GRAY | GST…
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudaconvert.c140 GST_VIDEO_FORMAT_FLAG_RGB | GST_VIDEO_FORMAT_FLAG_GRAY)
186 if (t_flags & GST_VIDEO_FORMAT_FLAG_GRAY) in score_value()
/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()
1137 | GST_VIDEO_FORMAT_FLAG_GRAY)) { in gst_gl_color_convert_caps_transform_format_info()
1161 GST_VIDEO_FORMAT_FLAG_GRAY)) { in gst_gl_color_convert_caps_transform_format_info()
1232 GST_VIDEO_FORMAT_FLAG_RGB | GST_VIDEO_FORMAT_FLAG_GRAY)
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()
1308 if (t_flags & GST_VIDEO_FORMAT_FLAG_GRAY) in score_format_target()
/third_party/gstreamer/gstplugins_base/gst/videoconvert/
Dgstvideoconvert.c198 GST_VIDEO_FORMAT_FLAG_RGB | GST_VIDEO_FORMAT_FLAG_GRAY)
244 if (t_flags & GST_VIDEO_FORMAT_FLAG_GRAY) in score_value()
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegenc.c892 } else if ((state->info.finfo->flags & GST_VIDEO_FORMAT_FLAG_GRAY)) { in gst_openjpeg_enc_set_format()
972 else if ((frame->info.finfo->flags & GST_VIDEO_FORMAT_FLAG_GRAY)) in gst_openjpeg_enc_fill_image()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkcolorconvert.c1036 | GST_VIDEO_FORMAT_FLAG_GRAY)) { in gst_vulkan_color_convert_transform_format_info()
1060 GST_VIDEO_FORMAT_FLAG_GRAY)) { in gst_vulkan_color_convert_transform_format_info()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavpp.c979 GST_VIDEO_FORMAT_FLAG_RGB | GST_VIDEO_FORMAT_FLAG_GRAY)
1024 if (t_flags & GST_VIDEO_FORMAT_FLAG_GRAY) in score_value()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11convert.cpp388 GST_VIDEO_FORMAT_FLAG_RGB | GST_VIDEO_FORMAT_FLAG_GRAY)
434 if (t_flags & GST_VIDEO_FORMAT_FLAG_GRAY) in score_value()