Home
last modified time | relevance | path

Searched refs:mVideoRotation (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java76 private int mVideoRotation; field in CameraVideoActivity
247 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()