Lines Matching defs:rect
159 struct v4l2_rect rect; /* Sensor window */
549 const struct v4l2_rect *rect = &sel->r;
550 int output_w, output_h, input_w = rect->width, input_h = rect->height;
574 rj54n1->rect.width = input_w;
575 rj54n1->rect.height = input_h;
598 sel->r = rj54n1->rect;
984 input_w = rj54n1->rect.width, input_h = rj54n1->rect.height;
1115 rj54n1->rect.width = input_w;
1116 rj54n1->rect.height = input_h;
1340 rj54n1->rect.left = RJ54N1_COLUMN_SKIP;
1341 rj54n1->rect.top = RJ54N1_ROW_SKIP;
1342 rj54n1->rect.width = RJ54N1_MAX_WIDTH;
1343 rj54n1->rect.height = RJ54N1_MAX_HEIGHT;