/cts/tests/tests/systemui/AudioRecorderTestApp_MediaRecorder/src/android/systemui/cts/audiorecorder/mediarecorder/ |
D | AudioRecorderService.java | 32 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in startRecording()
|
/cts/tests/tests/media/recorder/src/android/media/recorder/cts/ |
D | MediaRecorderTest.java | 281 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in testRecorderCamera() 357 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_2_TS); in testRecorderMPEG2TS() 480 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in recordVideoUsingCamera() 593 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in testRecorderVideo() 619 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in testSetOutputFile() 674 mMediaRecorder.setOutputFormat(fileFormat); in testRecordAudioInRawFormat() 685 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in configureDefaultMediaRecorder() 738 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in testRecordAudioFromAudioSourceUnprocessed() 767 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in testRecorderAudio() 783 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in testOnInfoListener() [all …]
|
D | MediaRecorderRandomTest.java | 144 mRecorder.setOutputFormat(param % 5); in testRecorderRandomAction()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2460/ |
D | poc.cpp | 51 recorder->setOutputFormat(0); in main()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | MediaRecorderInfoLeakTest.java | 55 mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in test_cve_2016_2499()
|
D | CVE_2023_20926.java | 65 mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in testPocCVE_2023_20926()
|
/cts/tests/tests/voiceRecognition/RecognitionService/src/com/android/recognitionservice/service/ |
D | CtsVoiceRecognitionService.java | 99 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in mediaRecorderReady()
|
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/ |
D | MediaRecorderCameraActivity.java | 126 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in surfaceChanged()
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | MediaRecorderStressTest.java | 274 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in testStressRecorder() 367 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in testStressCameraSwitchRecorder() 449 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in testStressRecordVideoAndPlayback()
|
D | CodecTest.java | 472 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in mediaRecorderRecord()
|
/cts/tests/media/jni/ |
D | NativeCodecTestBase.h | 97 void setOutputFormat(AMediaFormat* format);
|
D | NativeCodecTestBase.cpp | 43 aSyncHandle->setOutputFormat(format); in onAsyncFormatChanged() 180 void CodecAsyncHandler::setOutputFormat(AMediaFormat* format) { in setOutputFormat() function in CodecAsyncHandler
|
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | ResourceManagerRecorderActivity.java | 287 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in recordVideoUsingCamera()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | PreviewRecorder.java | 259 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in setupMediaRecorder()
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | CodecInitializationLatencyTest.java | 210 mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in createMediaRecorderLoad()
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | RoutingTest.java | 825 mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in allocMediaRecorder()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/ |
D | CameraVideoActivity.java | 229 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in prepareVideoRecorder()
|
/cts/tests/tests/media/player/src/android/media/player/cts/ |
D | MediaPlayerTest.java | 1237 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); 2541 mr.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in recordMedia()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | RecordingTest.java | 2208 mMediaRecorder.setOutputFormat(profiles.getRecommendedFileFormat()); in setupMediaRecorder() 2271 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in prepareRecording()
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 1360 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in recordVideoBySize() 2904 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in recordVideoSimpleBySize()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 24237 method public void setOutputFormat(int) throws java.lang.IllegalStateException;
|