Home
last modified time | relevance | path

Searched refs:V4L2_JPEG_MAX_COMPONENTS (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/media/
H A Dv4l2-jpeg.h15 #define V4L2_JPEG_MAX_COMPONENTS 4 macro
61 struct v4l2_jpeg_frame_component_spec component[V4L2_JPEG_MAX_COMPONENTS];
86 struct v4l2_jpeg_scan_component_spec component[V4L2_JPEG_MAX_COMPONENTS];
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-jpeg.h15 #define V4L2_JPEG_MAX_COMPONENTS 4 macro
61 struct v4l2_jpeg_frame_component_spec component[V4L2_JPEG_MAX_COMPONENTS];
86 struct v4l2_jpeg_scan_component_spec component[V4L2_JPEG_MAX_COMPONENTS];
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-jpeg.c199 if (nf < 1 || nf > V4L2_JPEG_MAX_COMPONENTS) in jpeg_parse_frame_header()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-jpeg.c200 if (nf < 1 || nf > V4L2_JPEG_MAX_COMPONENTS) in jpeg_parse_frame_header()
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c1852 if (header.frame.num_components > V4L2_JPEG_MAX_COMPONENTS) { in mxc_jpeg_parse()
1854 V4L2_JPEG_MAX_COMPONENTS); in mxc_jpeg_parse()

Completed in 7 milliseconds