Searched refs:V4L2_SDR_FMT_RU12LE (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/airspy/ |
H A D | airspy.c | 81 .pixelformat = V4L2_SDR_FMT_RU12LE, 236 if (s->pixelformat == V4L2_SDR_FMT_RU12LE) { in airspy_convert_stream()
|
/kernel/linux/linux-6.6/drivers/media/usb/airspy/ |
H A D | airspy.c | 81 .pixelformat = V4L2_SDR_FMT_RU12LE, 236 if (s->pixelformat == V4L2_SDR_FMT_RU12LE) { in airspy_convert_stream()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 437 #define V4L2_SDR_FMT_RU12LE v4l2_fourcc('R', 'U', '1', '2') macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | videodev2.h | 755 #define V4L2_SDR_FMT_RU12LE v4l2_fourcc('R', 'U', '1', '2') /* real u12le */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | videodev2.h | 819 #define V4L2_SDR_FMT_RU12LE v4l2_fourcc('R', 'U', '1', '2') /* real u12le */ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 404 #define V4L2_SDR_FMT_RU12LE v4l2_fourcc('R', 'U', '1', '2') macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 404 #define V4L2_SDR_FMT_RU12LE v4l2_fourcc('R', 'U', '1', '2') macro
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 1410 case V4L2_SDR_FMT_RU12LE: descr = "Real U12LE"; break; in v4l_fill_fmtdesc()
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 1433 case V4L2_SDR_FMT_RU12LE: descr = "Real U12LE"; break; in v4l_fill_fmtdesc()
|
Completed in 38 milliseconds