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()
811 out_frame->rect.width = pix->width; in s3c_camif_vidioc_s_fmt()
812 out_frame->rect.height = pix->height; in s3c_camif_vidioc_s_fmt()
813 out_frame->rect.left = 0; in s3c_camif_vidioc_s_fmt()
814 out_frame->rect.top = 0; in s3c_camif_vidioc_s_fmt()
1016 sel->r = vp->out_frame.rect; in s3c_camif_g_selection()
1028 *r = vp->out_frame.rect; in __camif_try_compose()
1040 struct v4l2_rect rect = sel->r; in s3c_camif_s_selection() local
1047 __camif_try_compose(camif, vp, &rect); in s3c_camif_s_selection()
1049 sel->r = rect; in s3c_camif_s_selection()
1051 vp->out_frame.rect = rect; in s3c_camif_s_selection()
1347 frame->rect = *crop; in s3c_camif_subdev_set_fmt()
1439 struct v4l2_rect *or = &camif->vp[i].out_frame.rect; in __camif_try_crop()
1650 f->rect.width = CAMIF_DEF_WIDTH; in s3c_camif_set_defaults()
1651 f->rect.height = CAMIF_DEF_HEIGHT; in s3c_camif_set_defaults()