Searched refs:mVideoRotation (Results 1 – 1 of 1) sorted by relevance
73 private int mVideoRotation; field in CameraVideoActivity167 mMediaRecorder.setOrientationHint(mVideoRotation); in prepareVideoRecorder()663 mVideoRotation = (info.orientation + degrees) % 360; in setUpCamera()664 mPreviewRotation = (360 - mVideoRotation) % 360; // compensate the mirror in setUpCamera()666 mVideoRotation = (info.orientation - degrees + 360) % 360; in setUpCamera()667 mPreviewRotation = mVideoRotation; in setUpCamera()