Searched refs:active_rect (Results 1 – 4 of 4) sorted by relevance
134 struct v4l2_rect active_rect; member
963 input->active_rect = sel.r; in atomisp_init_sensor()980 if (fse.min_width <= (input->active_rect.width / 2) && in atomisp_init_sensor()981 fse.min_height <= (input->active_rect.height / 2)) { in atomisp_init_sensor()1011 input->active_rect.width, input->active_rect.height, in atomisp_init_sensor()
3698 width = min(width, input->active_rect.width); in atomisp_get_padding()3699 height = min(height, input->active_rect.height); in atomisp_get_padding()3701 if (input->binning_support && width <= (input->active_rect.width / 2) && in atomisp_get_padding()3702 height <= (input->active_rect.height / 2)) { in atomisp_get_padding()
755 struct v4l2_rect active = input->active_rect; in atomisp_enum_framesizes_crop()