Searched refs:active_rect (Results 1 – 4 of 4) sorted by relevance
133 struct v4l2_rect active_rect; member
940 input->active_rect = sel.r; in atomisp_init_sensor()958 if (fse.min_width <= (input->active_rect.width / 2) && in atomisp_init_sensor()959 fse.min_height <= (input->active_rect.height / 2)) { in atomisp_init_sensor()993 input->active_rect.width, input->active_rect.height, in atomisp_init_sensor()
3588 width = min(width, input->active_rect.width); in atomisp_get_padding()3589 height = min(height, input->active_rect.height); in atomisp_get_padding()3591 if (input->binning_support && width <= (input->active_rect.width / 2) && in atomisp_get_padding()3592 height <= (input->active_rect.height / 2)) { in atomisp_get_padding()
519 struct v4l2_rect active = input->active_rect; in atomisp_enum_framesizes_crop()