Searched refs:mVideoRotation (Results 1 – 1 of 1) sorted by relevance
76 private int mVideoRotation; field in CameraVideoActivity247 mMediaRecorder.setOrientationHint(mVideoRotation); in prepareVideoRecorder()540 if (mVideoRotation == 90 || mVideoRotation == 270) { in setUpCaptureButton()883 mVideoRotation = (info.orientation + degrees) % 360; in setUpCamera()884 mPreviewRotation = (360 - mVideoRotation) % 360; // compensate the mirror in setUpCamera()886 mVideoRotation = (info.orientation - degrees + 360) % 360; in setUpCamera()887 mPreviewRotation = mVideoRotation; in setUpCamera()