Lines Matching refs:height
290 rect.height = ALIGN(rect.height, 2); in mt9v022_s_crop()
297 soc_camera_limit_side(&rect.top, &rect.height, in mt9v022_s_crop()
305 rect.height + mt9v022->y_skip_top + 43); in mt9v022_s_crop()
341 rect.height + mt9v022->y_skip_top); in mt9v022_s_crop()
346 dev_dbg(&client->dev, "Frame %dx%d pixel\n", rect.width, rect.height); in mt9v022_s_crop()
369 a->bounds.height = MT9V022_MAX_HEIGHT; in mt9v022_cropcap()
385 mf->height = mt9v022->rect.height; in mt9v022_g_fmt()
403 .height = mf->height, in mt9v022_s_fmt()
431 mf->height = mt9v022->rect.height; in mt9v022_s_fmt()
451 &mf->height, MT9V022_MIN_HEIGHT + mt9v022->y_skip_top, in mt9v022_try_fmt()
940 mt9v022->rect.height = MT9V022_MAX_HEIGHT; in mt9v022_probe()