Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/media/imx/
Dimx-media-utils.c301 u32 yuv_sz = NUM_YUV_FORMATS; in enum_format() local
306 if (index >= yuv_sz || in enum_format()
332 if (index >= yuv_sz + rgb_sz) in enum_format()
334 if (index >= yuv_sz) { in enum_format()
335 fmt = &rgb_formats[index - yuv_sz]; in enum_format()