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()
265 mf->height = mt9m001->rect.height; in mt9m001_get_fmt()
283 .height = mf->height, in mt9m001_s_fmt()
292 mf->height = mt9m001->rect.height; in mt9m001_s_fmt()
315 &mf->height, MT9M001_MIN_HEIGHT + mt9m001->y_skip_top, in mt9m001_set_fmt()
319 mf->height = ALIGN(mf->height - 1, 2); in mt9m001_set_fmt()
461 mt9m001->total_h = mt9m001->rect.height + in mt9m001_s_ctrl()
702 mt9m001->rect.height = MT9M001_MAX_HEIGHT; in mt9m001_probe()