Home | History | Annotate | Download | only in libcamera2

Lines Matching refs:crop_x

2490                                              int *crop_x, int *crop_y,
2559 *crop_x = (src_w - *crop_w) >> 1;
2562 if (*crop_x & (CAMERA_CROP_WIDTH_RESTRAIN_NUM >> 1))
2563 *crop_x -= 1;
3174 int crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0;
3178 &crop_x, &crop_y,