Home
last modified time | relevance | path

Searched refs:is_hdtv (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dvideodev2.h253 #define V4L2_MAP_COLORSPACE_DEFAULT(is_sdtv, is_hdtv) \ argument
255 ((is_hdtv) ? V4L2_COLORSPACE_REC709 : V4L2_COLORSPACE_SRGB))
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dvideodev2.h253 #define V4L2_MAP_COLORSPACE_DEFAULT(is_sdtv, is_hdtv) \ argument
255 ((is_hdtv) ? V4L2_COLORSPACE_REC709 : V4L2_COLORSPACE_SRGB))