Home
last modified time | relevance | path

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

/external/strace/xlat/
Dv4l2_pix_fmts.h104 #if defined(V4L2_PIX_FMT_SRGGB10) || (defined(HAVE_DECL_V4L2_PIX_FMT_SRGGB10) && HAVE_DECL_V4L2_PIX…
106 static_assert((V4L2_PIX_FMT_SRGGB10) == (v4l2_fourcc('R', 'G', '1', '0')), "V4L2_PIX_FMT_SRGGB10 !=…
109 # define V4L2_PIX_FMT_SRGGB10 v4l2_fourcc('R', 'G', '1', '0')
1154 XLAT(V4L2_PIX_FMT_SRGGB10),
Dv4l2_pix_fmts.in16 V4L2_PIX_FMT_SRGGB10 v4l2_fourcc('R', 'G', '1', '0') /* 10 RGRG.. GBGB.. */
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h637 #define V4L2_PIX_FMT_SRGGB10 v4l2_fourcc('R', 'G', '1', '0') /* 10 RGRG.. GBGB.. */ macro