Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-color.h247 #define GST_VIDEO_COLORIMETRY_SRGB "sRGB" macro
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstvp9parse.c618 gst_video_colorimetry_from_string (&cinfo, GST_VIDEO_COLORIMETRY_SRGB); in gst_vp9_parse_update_src_caps()
Dgstav1parse.c682 (g_strcmp0 (self->colorimetry, GST_VIDEO_COLORIMETRY_SRGB) != 0)) { in gst_av1_parse_update_src_caps()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvafilter.c1233 if (gst_video_colorimetry_matches (colorimetry, GST_VIDEO_COLORIMETRY_SRGB)) in _gst_video_colorimetry_to_va()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c1803 colorimetry_mode = GST_VIDEO_COLORIMETRY_SRGB; in create_pad_for_stream()