Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/AudioRecorderTestApp_MediaRecorder/src/android/systemui/cts/audiorecorder/mediarecorder/
DAudioRecorderService.java32 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in startRecording()
/cts/tests/tests/media/recorder/src/android/media/recorder/cts/
DMediaRecorderTest.java281 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 …]
DMediaRecorderRandomTest.java144 mRecorder.setOutputFormat(param % 5); in testRecorderRandomAction()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2460/
Dpoc.cpp51 recorder->setOutputFormat(0); in main()
/cts/tests/tests/security/src/android/security/cts/
DMediaRecorderInfoLeakTest.java55 mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in test_cve_2016_2499()
DCVE_2023_20926.java65 mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in testPocCVE_2023_20926()
/cts/tests/tests/voiceRecognition/RecognitionService/src/com/android/recognitionservice/service/
DCtsVoiceRecognitionService.java99 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in mediaRecorderReady()
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DMediaRecorderCameraActivity.java126 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in surfaceChanged()
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DMediaRecorderStressTest.java274 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()
DCodecTest.java472 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in mediaRecorderRecord()
/cts/tests/media/jni/
DNativeCodecTestBase.h97 void setOutputFormat(AMediaFormat* format);
DNativeCodecTestBase.cpp43 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/
DResourceManagerRecorderActivity.java287 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in recordVideoUsingCamera()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DPreviewRecorder.java259 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in setupMediaRecorder()
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecInitializationLatencyTest.java210 mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in createMediaRecorderLoad()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DRoutingTest.java825 mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in allocMediaRecorder()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java229 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in prepareVideoRecorder()
/cts/tests/tests/media/player/src/android/media/player/cts/
DMediaPlayerTest.java1237 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
2541 mr.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in recordMedia()
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java2208 mMediaRecorder.setOutputFormat(profiles.getRecommendedFileFormat()); in setupMediaRecorder()
2271 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in prepareRecording()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java1360 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in recordVideoBySize()
2904 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in recordVideoSimpleBySize()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt24237 method public void setOutputFormat(int) throws java.lang.IllegalStateException;