Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DTargetControlPane.java85 private int mOrientation = 0; field in TargetControlPane
161 mOrientation = orientation; in onOrientationChange()
163 mCurrentOutput.setUiOrientation(mOrientation); in onOrientationChange()
256 mCurrentOutput.setUiOrientation(mOrientation);
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
DCameraRecordingStream.java61 private int mOrientation; field in CameraRecordingStream
99 (mOrientation != orientation); in configure()
104 mOrientation = orientation; in configure()
442 mMuxer.setOrientationHint(mOrientation); in configureMediaCodecEncoder()
467 mMediaRecorder.setOrientationHint(mOrientation); in configureMediaRecorder()