Home
last modified time | relevance | path

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

/external/strace/xlat/
Dv4l2_pix_fmts.h293 #if defined(V4L2_PIX_FMT_SRGGB12) || (defined(HAVE_DECL_V4L2_PIX_FMT_SRGGB12) && HAVE_DECL_V4L2_PIX…
295 static_assert((V4L2_PIX_FMT_SRGGB12) == (v4l2_fourcc('R', 'G', '1', '2')), "V4L2_PIX_FMT_SRGGB12 !=…
298 # define V4L2_PIX_FMT_SRGGB12 v4l2_fourcc('R', 'G', '1', '2')
1181 XLAT(V4L2_PIX_FMT_SRGGB12),
Dv4l2_pix_fmts.in43 V4L2_PIX_FMT_SRGGB12 v4l2_fourcc('R', 'G', '1', '2') /* 12 RGRG.. GBGB.. */
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h693 #define V4L2_PIX_FMT_SRGGB12 v4l2_fourcc('R', 'G', '1', '2') /* 12 RGRG.. GBGB.. */ macro