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

/linux-master/drivers/media/i2c/
H A Dmt9v111.c188 * mt9v111_frame_sizes - List sensor's supported resolutions.
193 static struct v4l2_rect mt9v111_frame_sizes[] = { variable in typeref:struct:v4l2_rect
843 for (i = 0; i < ARRAY_SIZE(mt9v111_frame_sizes); i++)
844 if (fie->width == mt9v111_frame_sizes[i].width &&
845 fie->height == mt9v111_frame_sizes[i].height)
848 if (i == ARRAY_SIZE(mt9v111_frame_sizes))
861 if (fse->pad || fse->index >= ARRAY_SIZE(mt9v111_frame_sizes))
864 fse->min_width = mt9v111_frame_sizes[fse->index].width;
865 fse->max_width = mt9v111_frame_sizes[fse->index].width;
866 fse->min_height = mt9v111_frame_sizes[fs
[all...]

Completed in 159 milliseconds