Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2RecordingTest.java122 private void doBasicRecording(boolean useVideoStab) throws Exception { in doBasicRecording() argument
135 if (!mStaticInfo.isVideoStabilizationSupported() && useVideoStab) { in doBasicRecording()
148 basicRecordingTestByCamera(mCamcorderProfileList, useVideoStab); in doBasicRecording()
376 private void basicRecordingTestByCamera(int[] camcorderProfileList, boolean useVideoStab) in basicRecordingTestByCamera() argument
426 startRecording(/* useMediaRecorder */true, resultListener, useVideoStab); in basicRecordingTestByCamera()
860 CameraCaptureSession.CaptureCallback listener, boolean useVideoStab) throws Exception { in startRecording() argument
861 if (!mStaticInfo.isVideoStabilizationSupported() && useVideoStab) { in startRecording()
882 if (useVideoStab) { in startRecording()