Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudaconvert.c139 #define COLORSPACE_MASK (GST_VIDEO_FORMAT_FLAG_YUV | \ macro
184 if ((t_flags & COLORSPACE_MASK) != (in_flags & COLORSPACE_MASK)) { in score_value()
/third_party/gstreamer/gstplugins_base/gst/videoconvert/
Dgstvideoconvert.c197 #define COLORSPACE_MASK (GST_VIDEO_FORMAT_FLAG_YUV | \ macro
242 if ((t_flags & COLORSPACE_MASK) != (in_flags & COLORSPACE_MASK)) { in score_value()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavpp.c978 #define COLORSPACE_MASK (GST_VIDEO_FORMAT_FLAG_YUV | \ macro
1022 if ((t_flags & COLORSPACE_MASK) != (in_flags & COLORSPACE_MASK)) { in score_value()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11convert.cpp387 #define COLORSPACE_MASK (GST_VIDEO_FORMAT_FLAG_YUV | \ macro
432 if ((t_flags & COLORSPACE_MASK) != (in_flags & COLORSPACE_MASK)) { in score_value()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcolorconvert.c1231 #define COLORSPACE_MASK (GST_VIDEO_FORMAT_FLAG_YUV | \ macro
1306 if ((t_flags & COLORSPACE_MASK) != (in_flags & COLORSPACE_MASK)) { in score_format_target()