Home
last modified time | relevance | path

Searched refs:GST_VIDEO_FORMAT_INFO_IS_GRAY (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.h356 #define GST_VIDEO_INFO_IS_GRAY(i) (GST_VIDEO_FORMAT_INFO_IS_GRAY((i)->finfo))
Dvideo-format.h599 #define GST_VIDEO_FORMAT_INFO_IS_GRAY(info) (((info)->flags & GST_VIDEO_FORMAT_FLAG_GRAY) != 0) macro
Dvideo-info.c175 } else if (GST_VIDEO_FORMAT_INFO_IS_GRAY (finfo)) { in set_default_colorimetry()
Dvideo-converter.c7438 if (n_planes == 1 && !GST_VIDEO_FORMAT_INFO_IS_GRAY (out_finfo)) { in setup_scale()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Ddescriptions.c463 if (GST_VIDEO_FORMAT_INFO_IS_GRAY (finfo)) { in format_info_get_desc()