Home
last modified time | relevance | path

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

/external/strace/xlat/
Dv4l2_colorspaces.h34 #if defined(V4L2_COLORSPACE_SRGB) || (defined(HAVE_DECL_V4L2_COLORSPACE_SRGB) && HAVE_DECL_V4L2_COL…
35 XLAT(V4L2_COLORSPACE_SRGB),
Dv4l2_colorspaces.in8 V4L2_COLORSPACE_SRGB
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h224 V4L2_COLORSPACE_SRGB = 8, enumerator
246 ((is_hdtv) ? V4L2_COLORSPACE_REC709 : V4L2_COLORSPACE_SRGB))
286 ((colsp) == V4L2_COLORSPACE_SRGB || (colsp) == V4L2_COLORSPACE_JPEG ? \
/external/strace/
Dconfigure.ac625 V4L2_COLORSPACE_SRGB,
Dconfig.h.in461 /* Define to 1 if you have the declaration of `V4L2_COLORSPACE_SRGB', and to 0
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_FMT.c177 case V4L2_COLORSPACE_SRGB: in valid_colorspace()