Home
last modified time | relevance | path

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

/linux-6.1.9/include/media/
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];
/linux-6.1.9/drivers/media/v4l2-core/
Dv4l2-jpeg.c200 if (nf < 1 || nf > V4L2_JPEG_MAX_COMPONENTS) in jpeg_parse_frame_header()
/linux-6.1.9/drivers/media/platform/nxp/imx-jpeg/
Dmxc-jpeg.c1414 if (header.frame.num_components > V4L2_JPEG_MAX_COMPONENTS) { in mxc_jpeg_parse()
1416 V4L2_JPEG_MAX_COMPONENTS); in mxc_jpeg_parse()