Home
last modified time | relevance | path

Searched refs:V4L2_COLORSPACE_OPRGB (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dvideodev2.h236 V4L2_COLORSPACE_OPRGB = 9, enumerator
291 ((colsp) == V4L2_COLORSPACE_OPRGB ? V4L2_XFER_FUNC_OPRGB : \
395 #define V4L2_COLORSPACE_ADOBERGB V4L2_COLORSPACE_OPRGB
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dvideodev2.h236 V4L2_COLORSPACE_OPRGB = 9, enumerator
291 ((colsp) == V4L2_COLORSPACE_OPRGB ? V4L2_XFER_FUNC_OPRGB : \
395 #define V4L2_COLORSPACE_ADOBERGB V4L2_COLORSPACE_OPRGB
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.c2073 case V4L2_COLORSPACE_OPRGB: in gst_v4l2_object_get_colorspace()