Home
last modified time | relevance | path

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

/linux/include/media/
H A Dv4l2-jpeg.h15 #define V4L2_JPEG_MAX_COMPONENTS 4 macro
85 struct v4l2_jpeg_frame_component_spec component[V4L2_JPEG_MAX_COMPONENTS];
110 struct v4l2_jpeg_scan_component_spec component[V4L2_JPEG_MAX_COMPONENTS];
/linux/drivers/media/v4l2-core/
H A Dv4l2-jpeg.c316 if (nf < 1 || nf > V4L2_JPEG_MAX_COMPONENTS) in jpeg_parse_frame_header()