Lines Matching refs:rect
157 struct v4l2_rect rect; /* Sensor window */ member
544 const struct v4l2_rect *rect = &a->c; in rj54n1_s_crop() local
546 input_w = rect->width, input_h = rect->height; in rj54n1_s_crop()
569 rj54n1->rect.width = input_w; in rj54n1_s_crop()
570 rj54n1->rect.height = input_h; in rj54n1_s_crop()
580 a->c = rj54n1->rect; in rj54n1_g_crop()
1000 input_w = rj54n1->rect.width, input_h = rj54n1->rect.height; in rj54n1_s_fmt()
1111 rj54n1->rect.width = input_w; in rj54n1_s_fmt()
1112 rj54n1->rect.height = input_h; in rj54n1_s_fmt()
1350 rj54n1->rect.left = RJ54N1_COLUMN_SKIP; in rj54n1_probe()
1351 rj54n1->rect.top = RJ54N1_ROW_SKIP; in rj54n1_probe()
1352 rj54n1->rect.width = RJ54N1_MAX_WIDTH; in rj54n1_probe()
1353 rj54n1->rect.height = RJ54N1_MAX_HEIGHT; in rj54n1_probe()