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

/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_internal.h133 struct v4l2_rect native_rect; member in struct:atomisp_input_subdev
H A Datomisp_v4l2.c974 input->native_rect = sel.r;
1018 sel.r = input->native_rect;
1028 sel.r = input->native_rect;
1035 input->native_rect.width, input->native_rect.height,
H A Datomisp_cmd.c3670 struct v4l2_rect native_rect = input->native_rect; local
3687 native_rect.width /= 2;
3688 native_rect.height /= 2;
3691 *padding_w = min_t(u32, (native_rect.width - width) & ~1, pad_w);
3692 *padding_h = min_t(u32, (native_rect.height - height) & ~1, pad_h);
3754 if (input->binning_support && sel.r.width <= (input->native_rect.width / 2) &&
3755 sel.r.height <= (input->native_rect.height / 2)) {
3761 sel.r.width = min(sel.r.width, input->native_rect.width);
3762 sel.r.height = min(sel.r.height, input->native_rect
[all...]
H A Datomisp_ioctl.c746 struct v4l2_rect native = input->native_rect;

Completed in 171 milliseconds