Home
last modified time | relevance | path

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

/external/strace/xlat/
Dv4l2_pix_fmts.h580 #if defined(V4L2_PIX_FMT_SRGGB16) || (defined(HAVE_DECL_V4L2_PIX_FMT_SRGGB16) && HAVE_DECL_V4L2_PIX…
582 static_assert((V4L2_PIX_FMT_SRGGB16) == (v4l2_fourcc('R', 'G', '1', '6')), "V4L2_PIX_FMT_SRGGB16 !=…
585 # define V4L2_PIX_FMT_SRGGB16 v4l2_fourcc('R', 'G', '1', '6')
1222 XLAT(V4L2_PIX_FMT_SRGGB16),
Dv4l2_pix_fmts.in84 V4L2_PIX_FMT_SRGGB16 v4l2_fourcc('R', 'G', '1', '6') /* 16 RGRG.. GBGB.. */
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h674 #define V4L2_PIX_FMT_SRGGB16 v4l2_fourcc('R', 'G', '1', '6') /* 16 RGRG.. GBGB.. */ macro