Lines Matching defs:height
116 /* Frame height in pixels */
117 u32 height;
144 .height = 1952,
1783 .height = 1944,
1795 .height = 972,
1807 .height = 486,
1819 .height = 1440,
1831 .height = 720,
1844 .height = 360,
2045 max = ov5670->cur_mode->height + ctrl->val - 8;
2073 ov5670->cur_mode->height + ctrl->val);
2139 vblank_max = OV5670_VTS_MAX - ov5670->cur_mode->height;
2140 vblank_def = ov5670->cur_mode->vts_def - ov5670->cur_mode->height;
2141 vblank_min = ov5670->cur_mode->vts_min - ov5670->cur_mode->height;
2210 fmt->height = default_mode->height;
2248 fse->min_height = supported_modes[fse->index].height;
2258 fmt->format.height = mode->height;
2311 width, height,
2312 fmt->format.width, fmt->format.height);
2329 ov5670->cur_mode->height;
2332 ov5670->cur_mode->vts_min - ov5670->cur_mode->height,
2333 OV5670_VTS_MAX - ov5670->cur_mode->height, 1,
2612 sel->r.height = OV5670_NATIVE_HEIGHT;