Home
last modified time | relevance | path

Searched refs:GST_VIDEO_COLORIMETRY_BT601 (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-color.h244 #define GST_VIDEO_COLORIMETRY_BT601 "bt601" macro
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstvp9parse.c596 gst_video_colorimetry_from_string (&cinfo, GST_VIDEO_COLORIMETRY_BT601); in gst_vp9_parse_update_src_caps()
602 gst_video_colorimetry_from_string (&cinfo, GST_VIDEO_COLORIMETRY_BT601); in gst_vp9_parse_update_src_caps()
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvp9enc.c396 GST_VIDEO_COLORIMETRY_BT601, VPX_CS_BT_601}, { in gst_vp9_get_vpx_colorspace()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvrawpay.c155 GST_VIDEO_COLORIMETRY_BT601)) { in gst_rtp_vraw_pay_setcaps()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvafilter.c1226 if (gst_video_colorimetry_matches (colorimetry, GST_VIDEO_COLORIMETRY_BT601)) in _gst_video_colorimetry_to_va()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c655 if (g_str_equal (colorimetry, GST_VIDEO_COLORIMETRY_BT601)) { in gst_base_ts_mux_create_or_update_stream()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c1807 colorimetry_mode = GST_VIDEO_COLORIMETRY_BT601; in create_pad_for_stream()