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.java73 private int mVideoRotation; field in CameraVideoActivity
167 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()