Lines Matching defs:rect
57 f->dma_offset.initial = f->rect.top * f->f_width + f->rect.left;
58 f->dma_offset.line = f->f_width - (f->rect.left + f->rect.width);
250 pix_size = frame->rect.width * frame->rect.height;
790 out_frame->rect.width = pix->width;
791 out_frame->rect.height = pix->height;
792 out_frame->rect.left = 0;
793 out_frame->rect.top = 0;
995 sel->r = vp->out_frame.rect;
1007 *r = vp->out_frame.rect;
1019 struct v4l2_rect rect = sel->r;
1026 __camif_try_compose(camif, vp, &rect);
1028 sel->r = rect;
1030 vp->out_frame.rect = rect;
1327 frame->rect = *crop;
1419 struct v4l2_rect *or = &camif->vp[i].out_frame.rect;
1630 f->rect.width = CAMIF_DEF_WIDTH;
1631 f->rect.height = CAMIF_DEF_HEIGHT;