Home
last modified time | relevance | path

Searched refs:V4L2_SDR_FMT_CU16LE (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-sdr-cu16le.rst6 V4L2_SDR_FMT_CU16LE ('CU16')
/OK3568_Linux_fs/kernel/drivers/media/usb/msi2500/
H A Dmsi2500.c91 .pixelformat = V4L2_SDR_FMT_CU16LE,
285 case V4L2_SDR_FMT_CU16LE: /* 252 x IQ samples */ in msi2500_convert_stream()
694 case V4L2_SDR_FMT_CU16LE: in msi2500_set_usb_adc()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Drtl2832_sdr.c87 .pixelformat = V4L2_SDR_FMT_CU16LE,
181 } else if (dev->pixelformat == V4L2_SDR_FMT_CU16LE) { in rtl2832_sdr_convert_stream()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h695 #define V4L2_SDR_FMT_CU16LE v4l2_fourcc('C', 'U', '1', '6') /* IQ u16le */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h695 #define V4L2_SDR_FMT_CU16LE v4l2_fourcc('C', 'U', '1', '6') /* IQ u16le */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h753 #define V4L2_SDR_FMT_CU16LE v4l2_fourcc('C', 'U', '1', '6') /* IQ u16le */ macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h755 #define V4L2_SDR_FMT_CU16LE v4l2_fourcc('C', 'U', '1', '6') /* IQ u16le */ macro
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1418 case V4L2_SDR_FMT_CU16LE: descr = "Complex U16LE"; break; in v4l_fill_fmtdesc()