Searched refs:V4L2_SDR_FMT_CS8 (Results 1 – 3 of 3) sorted by relevance
/external/strace/xlat/ |
D | v4l2_sdr_fmts.h | 41 #if defined(V4L2_SDR_FMT_CS8) || (defined(HAVE_DECL_V4L2_SDR_FMT_CS8) && HAVE_DECL_V4L2_SDR_FMT_CS8) 43 static_assert((V4L2_SDR_FMT_CS8) == (v4l2_fourcc('C', 'S', '0', '8')), "V4L2_SDR_FMT_CS8 != v4l2_fo… 46 # define V4L2_SDR_FMT_CS8 v4l2_fourcc('C', 'S', '0', '8') 81 XLAT(V4L2_SDR_FMT_CS8),
|
D | v4l2_sdr_fmts.in | 7 V4L2_SDR_FMT_CS8 v4l2_fourcc('C', 'S', '0', '8') /* complex s8 */
|
/external/kernel-headers/original/uapi/linux/ |
D | videodev2.h | 705 #define V4L2_SDR_FMT_CS8 v4l2_fourcc('C', 'S', '0', '8') /* complex s8 */ macro
|