Home
last modified time | relevance | path

Searched refs:GST_VIDEO_FORMAT_INFO_FLAGS (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudaconvert.c168 in_flags = GST_VIDEO_FORMAT_INFO_FLAGS (in_info); in score_value()
173 t_flags = GST_VIDEO_FORMAT_INFO_FLAGS (t_info); in score_value()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcolorconvert.c835 in_flags = GST_VIDEO_FORMAT_INFO_FLAGS (in_info.finfo); in _gst_gl_color_convert_set_caps_unlocked()
836 out_flags = GST_VIDEO_FORMAT_INFO_FLAGS (out_info.finfo); 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()
1139 } else if (GST_VIDEO_FORMAT_INFO_FLAGS (t_info) & 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()
1284 in_flags = GST_VIDEO_FORMAT_INFO_FLAGS (in_info); in score_format_target()
1289 t_flags = GST_VIDEO_FORMAT_INFO_FLAGS (t_info); in score_format_target()
/third_party/gstreamer/gstplugins_base/gst/videoconvert/
Dgstvideoconvert.c226 in_flags = GST_VIDEO_FORMAT_INFO_FLAGS (in_info); in score_value()
231 t_flags = GST_VIDEO_FORMAT_INFO_FLAGS (t_info); in score_value()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.h595 #define GST_VIDEO_FORMAT_INFO_FLAGS(info) ((info)->flags) macro
/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()
1038 } else if (GST_VIDEO_FORMAT_INFO_FLAGS (t_info) & 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_bad/sys/va/
Dgstvavpp.c1006 in_flags = GST_VIDEO_FORMAT_INFO_FLAGS (in_info); in score_value()
1011 t_flags = GST_VIDEO_FORMAT_INFO_FLAGS (t_info); in score_value()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11convert.cpp416 in_flags = GST_VIDEO_FORMAT_INFO_FLAGS (in_info); in score_value()
421 t_flags = GST_VIDEO_FORMAT_INFO_FLAGS (t_info); in score_value()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c6438 if (GST_VIDEO_FORMAT_INFO_FLAGS (vinfo) & GST_VIDEO_FORMAT_FLAG_RGB) { in gst_qt_mux_video_sink_set_caps()