Home | History | Annotate | Download | only in camera

Lines Matching refs:mCameraOrientation

165     private int mCameraOrientation;
362 mCameraOrientation = Util.getCameraOrientation(cameraId);
789 // mCameraOrientation is negative with respect to the front facing camera.
791 orientation = (mDeviceOrientationAtCapture - mCameraOrientation + 360) % 360;
793 orientation = (mDeviceOrientationAtCapture + mCameraOrientation) % 360;