/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A D | MediaRecorderStateUnitTestTemplate.java | 130 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 D | MediaRecorderSetOutputFormatStateUnitTest.java | 54 recorder.setOutputFormat(MediaRecorderStateUnitTestTemplate.OUTPUT_FORMAT); in invokeMethodUnderTest()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/ |
H A D | MediaRecorderTest.java | 90 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 D | MediaPlayerPerformance.java | 234 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 D | MediaEncoderFilter.java | 245 mMediaRecorder.setOutputFormat(mOutputFormat); in updateMediaRecorderParams()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | MediaRecorder.java | 814 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 D | MediaRecorderStressTest.java | 232 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in recordVideoAndPlayback()
|
H A D | Camera2RecordingTest.java | 842 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in prepareRecording()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
H A D | ScreenMediaRecorder.java | 136 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4); in prepare()
|
/aosp14/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
H A D | ScoAudioTest.java | 467 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in setup()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
H A D | CodecTest.java | 490 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in mediaRecorderRecord()
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_media_MediaRecorder.cpp | 273 …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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 24172 method public void setOutputFormat(int) throws java.lang.IllegalStateException;
|