Lines Matching refs:height
187 rect.height = ALIGN(rect.height, 2); in mt9m001_s_crop()
196 soc_camera_limit_side(&rect.top, &rect.height, in mt9m001_s_crop()
199 mt9m001->total_h = rect.height + mt9m001->y_skip_top + vblank; in mt9m001_s_crop()
218 rect.height + mt9m001->y_skip_top - 1); in mt9m001_s_crop()
244 a->bounds.height = MT9M001_MAX_HEIGHT; in mt9m001_cropcap()
260 mf->height = mt9m001->rect.height; in mt9m001_g_fmt()
278 .height = mf->height, in mt9m001_s_fmt()
287 mf->height = mt9m001->rect.height; in mt9m001_s_fmt()
305 &mf->height, MT9M001_MIN_HEIGHT + mt9m001->y_skip_top, in mt9m001_try_fmt()
309 mf->height = ALIGN(mf->height - 1, 2); in mt9m001_try_fmt()
448 mt9m001->total_h = mt9m001->rect.height + in mt9m001_s_ctrl()
685 mt9m001->rect.height = MT9M001_MAX_HEIGHT; in mt9m001_probe()