Home
last modified time | relevance | path

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

/external/strace/xlat/
Dv4l2_colorspaces.h16 #if defined(V4L2_COLORSPACE_SMPTE240M) || (defined(HAVE_DECL_V4L2_COLORSPACE_SMPTE240M) && HAVE_DEC…
17 XLAT(V4L2_COLORSPACE_SMPTE240M),
Dv4l2_colorspaces.in2 V4L2_COLORSPACE_SMPTE240M
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h193 V4L2_COLORSPACE_SMPTE240M = 2, enumerator
283 ((colsp) == V4L2_COLORSPACE_SMPTE240M ? V4L2_XFER_FUNC_SMPTE240M : \
358 ((colsp) == V4L2_COLORSPACE_SMPTE240M ? V4L2_YCBCR_ENC_SMPTE240M : \
/external/strace/
Dconfigure.ac619 V4L2_COLORSPACE_SMPTE240M,
Dconfig.h.in457 /* Define to 1 if you have the declaration of `V4L2_COLORSPACE_SMPTE240M', and
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_FMT.c171 case V4L2_COLORSPACE_SMPTE240M: in valid_colorspace()