Home | History | Annotate | Download | only in libcamera

Lines Matching refs:crop_x

4036                                              int *crop_x, int *crop_y,
4107 *crop_x = (src_w - *crop_w) >> 1;
4110 if (*crop_x & (CAMERA_CROP_WIDTH_RESTRAIN_NUM >> 1))
4111 *crop_x -= 1;