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()
390 mf->height = mt9v022->rect.height; in mt9v022_get_fmt()
408 .height = mf->height, in mt9v022_s_fmt()
436 mf->height = mt9v022->rect.height; in mt9v022_s_fmt()
461 &mf->height, MT9V022_MIN_HEIGHT + mt9v022->y_skip_top, in mt9v022_set_fmt()
957 mt9v022->rect.height = MT9V022_MAX_HEIGHT; in mt9v022_probe()