Searched refs:native_rect (Results 1 – 4 of 4) sorted by relevance
121 struct v4l2_rect native_rect; member
920 input->native_rect = sel.r; in atomisp_init_sensor()964 sel.r = input->native_rect; in atomisp_init_sensor()974 sel.r = input->native_rect; in atomisp_init_sensor()981 input->native_rect.width, input->native_rect.height, in atomisp_init_sensor()
3565 struct v4l2_rect native_rect = input->native_rect; in atomisp_get_padding() local3582 native_rect.width /= 2; in atomisp_get_padding()3583 native_rect.height /= 2; in atomisp_get_padding()3586 *padding_w = min_t(u32, (native_rect.width - width) & ~1, pad_w); in atomisp_get_padding()3587 *padding_h = min_t(u32, (native_rect.height - height) & ~1, pad_h); in atomisp_get_padding()3730 if (input->binning_support && sel.r.width <= (input->native_rect.width / 2) && in atomisp_set_sensor_crop_and_fmt()3731 sel.r.height <= (input->native_rect.height / 2)) { in atomisp_set_sensor_crop_and_fmt()3737 sel.r.width = min(sel.r.width, input->native_rect.width); in atomisp_set_sensor_crop_and_fmt()3738 sel.r.height = min(sel.r.height, input->native_rect.height); in atomisp_set_sensor_crop_and_fmt()3740 sel.r.left = ((input->native_rect.width - sel.r.width) / 2) & ~1; in atomisp_set_sensor_crop_and_fmt()[all …]
509 struct v4l2_rect native = input->native_rect; in atomisp_enum_framesizes_crop()