Searched refs:active_rect (Results 1 – 4 of 4) sorted by relevance
929 input->active_rect = sel.r; in atomisp_init_sensor()947 if (fse.min_width <= (input->active_rect.width / 2) && in atomisp_init_sensor()948 fse.min_height <= (input->active_rect.height / 2)) { in atomisp_init_sensor()989 input->active_rect.width, input->active_rect.height, in atomisp_init_sensor()
128 struct v4l2_rect active_rect; member
3579 width = min(width, input->active_rect.width); in atomisp_get_padding()3580 height = min(height, input->active_rect.height); in atomisp_get_padding()3582 if (input->binning_support && width <= (input->active_rect.width / 2) && in atomisp_get_padding()3583 height <= (input->active_rect.height / 2)) { in atomisp_get_padding()
508 struct v4l2_rect active = input->active_rect; in atomisp_enum_framesizes_crop()
Completed in 15 milliseconds