Home
last modified time | relevance | path

Searched refs:V4L2_COLORSPACE_REC709 (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dv4l2_colorspaces.h19 #if defined(V4L2_COLORSPACE_REC709) || (defined(HAVE_DECL_V4L2_COLORSPACE_REC709) && HAVE_DECL_V4L2…
20 XLAT(V4L2_COLORSPACE_REC709),
Dv4l2_colorspaces.in3 V4L2_COLORSPACE_REC709
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h196 V4L2_COLORSPACE_REC709 = 3, enumerator
246 ((is_hdtv) ? V4L2_COLORSPACE_REC709 : V4L2_COLORSPACE_SRGB))
355 (((colsp) == V4L2_COLORSPACE_REC709 || \
/external/strace/
Dconfigure.ac620 V4L2_COLORSPACE_REC709,
Dconfig.h.in449 /* Define to 1 if you have the declaration of `V4L2_COLORSPACE_REC709', and to
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_FMT.c172 case V4L2_COLORSPACE_REC709: in valid_colorspace()