Lines Matching defs:height
89 /* Frame height in pixels */
90 u32 height;
1749 .height = 1944,
1760 .height = 972,
1771 .height = 486,
1782 .height = 1440,
1793 .height = 720,
1804 .height = 360,
1946 try_fmt->height = ov5670->cur_mode->height;
2012 max = ov5670->cur_mode->height + ctrl->val - 8;
2040 ov5670->cur_mode->height + ctrl->val);
2093 vblank_max = OV5670_VTS_MAX - ov5670->cur_mode->height;
2094 vblank_def = ov5670->cur_mode->vts_def - ov5670->cur_mode->height;
2095 vblank_min = ov5670->cur_mode->vts_min - ov5670->cur_mode->height;
2180 fse->min_height = supported_modes[fse->index].height;
2190 fmt->format.height = mode->height;
2237 width, height,
2238 fmt->format.width, fmt->format.height);
2250 ov5670->cur_mode->height;
2253 ov5670->cur_mode->vts_min - ov5670->cur_mode->height,
2254 OV5670_VTS_MAX - ov5670->cur_mode->height, 1,