Searched refs:imx214_modes (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dimx214.c431 } imx214_modes[] = { variable in typeref:struct:imx214_mode
512 if (fse->index >= ARRAY_SIZE(imx214_modes))
515 fse->min_width = fse->max_width = imx214_modes[fse->index].width;
516 fse->min_height = fse->max_height = imx214_modes[fse->index].height;
612 mode = v4l2_find_nearest_size(imx214_modes,
613 ARRAY_SIZE(imx214_modes), width, height,
678 fmt.format.width = imx214_modes[0].width;
679 fmt.format.height = imx214_modes[0].height;
839 mode = v4l2_find_nearest_size(imx214_modes,
840 ARRAY_SIZE(imx214_modes), widt
[all...]

Completed in 115 milliseconds