Lines Matching refs:rect
157 struct v4l2_rect rect; /* Sensor window */ member
545 const struct v4l2_rect *rect = &a->c; in rj54n1_s_crop() local
547 input_w = rect->width, input_h = rect->height; in rj54n1_s_crop()
570 rj54n1->rect.width = input_w; in rj54n1_s_crop()
571 rj54n1->rect.height = input_h; in rj54n1_s_crop()
581 a->c = rj54n1->rect; in rj54n1_g_crop()
977 input_w = rj54n1->rect.width, input_h = rj54n1->rect.height; in rj54n1_set_fmt()
1108 rj54n1->rect.width = input_w; in rj54n1_set_fmt()
1109 rj54n1->rect.height = input_h; in rj54n1_set_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()