Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/videoconvert/
Dgstvideoconvert.c404 || (GST_VIDEO_INFO_IS_GRAY (&out_info) in transfer_colorimetry_from_input()
405 && GST_VIDEO_INFO_IS_GRAY (&in_info))) { in transfer_colorimetry_from_input()
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegenc.c352 if (GST_VIDEO_INFO_IS_GRAY (info)) in gst_jpegenc_set_format()
411 } else if (GST_VIDEO_INFO_IS_GRAY (info)) { in gst_jpegenc_resync()
/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)) macro
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11converter.cpp1854 } else if (GST_VIDEO_INFO_IS_GRAY (out_info)) { in gst_d3d11_converter_new()
1865 } else if (GST_VIDEO_INFO_IS_GRAY (out_info)) { in gst_d3d11_converter_new()
1869 } else if (GST_VIDEO_INFO_IS_GRAY (in_info)) { in gst_d3d11_converter_new()
1876 } else if (GST_VIDEO_INFO_IS_GRAY (out_info)) { in gst_d3d11_converter_new()
Dgstd3d11convert.cpp596 || (GST_VIDEO_INFO_IS_GRAY (&out_info) in transfer_colorimetry_from_input()
597 && GST_VIDEO_INFO_IS_GRAY (&in_info))) { in transfer_colorimetry_from_input()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavpp.c1658 || (GST_VIDEO_INFO_IS_GRAY (&out_info) in transfer_colorimetry_from_input()
1659 && GST_VIDEO_INFO_IS_GRAY (&in_info))) { in transfer_colorimetry_from_input()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvideocrop.c305 else if (GST_VIDEO_INFO_IS_GRAY (&info)) in check_1x1_buffer()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcolorconvert.c2541 if (GST_VIDEO_INFO_IS_GRAY (&convert->out_info)) { in _init_convert()
2546 if (GST_VIDEO_INFO_IS_GRAY (&convert->in_info)) { in _init_convert()