Home
last modified time | relevance | path

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

/external/strace/xlat/
Dv4l2_sdr_fmts.h41 #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),
Dv4l2_sdr_fmts.in7 V4L2_SDR_FMT_CS8 v4l2_fourcc('C', 'S', '0', '8') /* complex s8 */
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h705 #define V4L2_SDR_FMT_CS8 v4l2_fourcc('C', 'S', '0', '8') /* complex s8 */ macro