Lines Matching defs:height
91 /* Frame height in pixels */
92 u32 height;
311 .height = 734,
489 exposure_max = ov9734->cur_mode->height + ctrl->val -
519 ov9734->cur_mode->height + ctrl->val);
567 vblank_min = cur_mode->vts_min - cur_mode->height;
568 vblank_max = OV9734_VTS_MAX - cur_mode->height;
569 vblank_default = cur_mode->vts_def - cur_mode->height;
609 fmt->height = mode->height;
739 height, fmt->format.width,
740 fmt->format.height);
753 vblank_def = mode->vts_def - mode->height;
755 mode->vts_min - mode->height,
756 OV9734_VTS_MAX - mode->height, 1,
813 fse->min_height = supported_modes[fse->index].height;