Lines Matching refs:rect
60 f->dma_offset.initial = f->rect.top * f->f_width + f->rect.left; in camif_prepare_dma_offset()
61 f->dma_offset.line = f->f_width - (f->rect.left + f->rect.width); in camif_prepare_dma_offset()
251 pix_size = frame->rect.width * frame->rect.height; in camif_prepare_addr()
812 out_frame->rect.width = pix->width; in s3c_camif_vidioc_s_fmt()
813 out_frame->rect.height = pix->height; in s3c_camif_vidioc_s_fmt()
814 out_frame->rect.left = 0; in s3c_camif_vidioc_s_fmt()
815 out_frame->rect.top = 0; in s3c_camif_vidioc_s_fmt()
1017 sel->r = vp->out_frame.rect; in s3c_camif_g_selection()
1029 *r = vp->out_frame.rect; in __camif_try_compose()
1041 struct v4l2_rect rect = sel->r; in s3c_camif_s_selection() local
1048 __camif_try_compose(camif, vp, &rect); in s3c_camif_s_selection()
1050 sel->r = rect; in s3c_camif_s_selection()
1052 vp->out_frame.rect = rect; in s3c_camif_s_selection()
1348 frame->rect = *crop; in s3c_camif_subdev_set_fmt()
1440 struct v4l2_rect *or = &camif->vp[i].out_frame.rect; in __camif_try_crop()
1651 f->rect.width = CAMIF_DEF_WIDTH; in s3c_camif_set_defaults()
1652 f->rect.height = CAMIF_DEF_HEIGHT; in s3c_camif_set_defaults()