Lines Matching defs:rect
28 #include <media/v4l2-rect.h>
574 struct v4l2_rect *rect;
583 rect = v4l2_subdev_get_try_crop(&fimc->subdev, cfg,
588 rect = &sink->rect;
592 mf->width = rect->width;
593 mf->height = rect->height;
624 struct v4l2_rect *crop_rect = &fimc->inp_frame.rect;
892 sel->r = f->rect;
904 struct v4l2_rect rect = sel->r;
911 fimc_lite_try_compose(fimc, &rect);
914 !v4l2_rect_enclosed(&rect, &sel->r))
918 !v4l2_rect_enclosed(&sel->r, &rect))
921 sel->r = rect;
923 f->rect = rect;
1051 mf->width = f->rect.width;
1052 mf->height = f->rect.height;
1104 sink->rect.width = mf->width;
1105 sink->rect.height = mf->height;
1106 sink->rect.left = 0;
1107 sink->rect.top = 0;
1109 source->rect = sink->rect;
1137 sel->r = f->rect;
1147 __func__, f->rect.left, f->rect.top, f->rect.width,
1148 f->rect.height, f->f_width, f->f_height);
1172 f->rect = sel->r;
1174 fimc->out_frame.rect = sel->r;
1181 __func__, f->rect.left, f->rect.top, f->rect.width,
1182 f->rect.height, f->f_width, f->f_height);
1375 sink->rect.width = FLITE_DEFAULT_WIDTH;
1376 sink->rect.height = FLITE_DEFAULT_HEIGHT;
1377 sink->rect.left = 0;
1378 sink->rect.top = 0;