Searched refs:mVideoRotation (Results 1 – 1 of 1) sorted by relevance
76 private int mVideoRotation; field in CameraVideoActivity247 mMediaRecorder.setOrientationHint(mVideoRotation); in prepareVideoRecorder()863 mVideoRotation = (info.orientation + degrees) % 360; in setUpCamera()864 mPreviewRotation = (360 - mVideoRotation) % 360; // compensate the mirror in setUpCamera()866 mVideoRotation = (info.orientation - degrees + 360) % 360; in setUpCamera()867 mPreviewRotation = mVideoRotation; in setUpCamera()