Searched refs:native_rect (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_internal.h132 struct v4l2_rect native_rect; member in struct:atomisp_input_subdev
H A Datomisp_v4l2.c939 input->native_rect = sel.r;
983 sel.r = input->native_rect;
993 sel.r = input->native_rect;
1000 input->native_rect.width, input->native_rect.height,
H A Datomisp_cmd.c3576 struct v4l2_rect native_rect = input->native_rect; local
3593 native_rect.width /= 2;
3594 native_rect.height /= 2;
3597 *padding_w = min_t(u32, (native_rect.width - width) & ~1, pad_w);
3598 *padding_h = min_t(u32, (native_rect.height - height) & ~1, pad_h);
3741 if (input->binning_support && sel.r.width <= (input->native_rect.width / 2) &&
3742 sel.r.height <= (input->native_rect.height / 2)) {
3748 sel.r.width = min(sel.r.width, input->native_rect.width);
3749 sel.r.height = min(sel.r.height, input->native_rect
[all...]
H A Datomisp_ioctl.c520 struct v4l2_rect native = input->native_rect;

Completed in 260 milliseconds