Searched refs:GST_VIDEO_FORMAT_FLAG_GRAY (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-format.h | 407 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)
|
D | video-enumtypes.c | 775 { C_FLAGS(GST_VIDEO_FORMAT_FLAG_GRAY), "GST_VIDEO_FORMAT_FLAG_GRAY", "gray" }, in gst_video_format_flags_get_type()
|
D | video-format.c | 6889 …{ 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/ |
D | gstcudaconvert.c | 140 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/ |
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() 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/ |
D | gstvideoconvert.c | 198 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/ |
D | gstopenjpegenc.c | 892 } 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/ |
D | vkcolorconvert.c | 1036 | 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/ |
D | gstvavpp.c | 979 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/ |
D | gstd3d11convert.cpp | 388 GST_VIDEO_FORMAT_FLAG_RGB | GST_VIDEO_FORMAT_FLAG_GRAY) 434 if (t_flags & GST_VIDEO_FORMAT_FLAG_GRAY) in score_value()
|