Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/media/imx/
Dimx-media-utils.c305 u32 yuv_sz = NUM_YUV_FORMATS; in enum_format() local
310 if (index >= yuv_sz || in enum_format()
336 if (index >= yuv_sz + rgb_sz) in enum_format()
338 if (index >= yuv_sz) { in enum_format()
339 fmt = &rgb_formats[index - yuv_sz]; in enum_format()