Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaRecorderStateUnitTestTemplate.java130 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT); in setMediaRecorderToPreparedState()
143 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT); in setMediaRecorderToRecordingState()
157 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT); in setMediaRecorderToDataSourceConfiguredState()
198 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT); in setMediaRecorderToErrorState()
H A DMediaRecorderSetOutputFormatStateUnitTest.java54 recorder.setOutputFormat(MediaRecorderStateUnitTestTemplate.OUTPUT_FORMAT); in invokeMethodUnderTest()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java90 mRecorder.setOutputFormat(outFormat); in recordVideo()
141 recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in validateGetSurface()
240 recorder.setOutputFormat(outFormat); in recordVideoFromSurface()
350 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in recordVideoWithPara()
382 mRecorder.setOutputFormat(outFormat); in invalidRecordSetting()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java234 mRecorder.setOutputFormat(outFormat); in stressVideoRecord()
269 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in stressAudioRecord()
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java245 mMediaRecorder.setOutputFormat(mOutputFormat); in updateMediaRecorderParams()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaRecorder.java814 setOutputFormat(profile.fileFormat); in setProfile()
966 public native void setOutputFormat(@OutputFormatValues int output_format) in setOutputFormat() method in MediaRecorder
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java232 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in recordVideoAndPlayback()
H A DCamera2RecordingTest.java842 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in prepareRecording()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenMediaRecorder.java136 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4); in prepare()
/aosp14/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java467 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in setup()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java490 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in mediaRecorderRecord()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp273 …process_media_recorder_call(env, mr->setOutputFormat(of), "java/lang/RuntimeException", "setOutput… in android_media_MediaRecorder_setOutputFormat()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt24172 method public void setOutputFormat(int) throws java.lang.IllegalStateException;