Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2RecordingTest.java126 private void doBasicRecording(boolean useVideoStab) throws Exception { in doBasicRecording() argument
139 if (!mStaticInfo.isVideoStabilizationSupported() && useVideoStab) { in doBasicRecording()
152 basicRecordingTestByCamera(mCamcorderProfileList, useVideoStab); in doBasicRecording()
380 private void basicRecordingTestByCamera(int[] camcorderProfileList, boolean useVideoStab) in basicRecordingTestByCamera() argument
430 startRecording(/* useMediaRecorder */true, resultListener, useVideoStab); in basicRecordingTestByCamera()
864 CameraCaptureSession.CaptureCallback listener, boolean useVideoStab) throws Exception { in startRecording() argument
865 if (!mStaticInfo.isVideoStabilizationSupported() && useVideoStab) { in startRecording()
885 if (useVideoStab) { in startRecording()