Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.h153 #define MXC_JPEG_MAX_COMPONENTS 4 macro
168 struct mxc_jpeg_sof_comp comp[MXC_JPEG_MAX_COMPONENTS];
191 struct mxc_jpeg_sos_comp comp[MXC_JPEG_MAX_COMPONENTS];
H A Dmxc-jpeg.c1693 if (sof->comp[i].id > MXC_JPEG_MAX_COMPONENTS) { in mxc_jpeg_valid_comp_id()