Lines Matching refs:height
241 xskip, yskip, rect->width, rect->height, rect->left, rect->top); in mt9t031_set_params()
277 rect->height + mt9t031->y_skip_top - 1); in mt9t031_set_params()
279 mt9t031->total_h = rect->height + mt9t031->y_skip_top + vblank; in mt9t031_set_params()
304 rect.height = ALIGN(rect.height, 2); in mt9t031_s_crop()
309 soc_camera_limit_side(&rect.top, &rect.height, in mt9t031_s_crop()
331 a->bounds.height = MT9T031_MAX_HEIGHT; in mt9t031_cropcap()
347 mf->height = mt9t031->rect.height / mt9t031->yskip; in mt9t031_g_fmt()
368 yskip = mt9t031_skip(&rect.height, mf->height, MT9T031_MAX_HEIGHT); in mt9t031_s_fmt()
386 &mf->height, MT9T031_MIN_HEIGHT, MT9T031_MAX_HEIGHT, 1, 0); in mt9t031_try_fmt()
521 mt9t031->total_h = mt9t031->rect.height + in mt9t031_s_ctrl()
789 mt9t031->rect.height = MT9T031_MAX_HEIGHT; in mt9t031_probe()