Home | History | Annotate | Download | only in camera

Lines Matching refs:mirror

1250             // it to match the UI orientation (and mirror if it is front-facing camera).
1252 boolean mirror = (info[mCameraId].facing == CameraInfo.CAMERA_FACING_FRONT);
1253 bitmap = CameraUtil.rotateAndMirror(bitmap, 0, mirror);