Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java245 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in testRecorderCamera()
320 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_2_TS); in testRecorderMPEG2TS()
439 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in recordVideoUsingCamera()
548 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in testRecorderVideo()
568 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in testSetOutputFile()
606 mMediaRecorder.setOutputFormat(fileFormat); in testRecordAudioInRawFormat()
619 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in testGetActiveMicrophones()
661 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in testRecordAudioFromAudioSourceUnprocessed()
687 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in testRecorderAudio()
702 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in testOnInfoListener()
[all …]
DMediaRandomTest.java317 mRecorder.setOutputFormat(mParam % 5); in testRecorderRandomAction()
DRoutingTest.java743 mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in allocMediaRecorder()
DMediaPlayer2Test.java881 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
2089 mr.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in recordMedia()
DMediaPlayerTest.java1065 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
2393 mr.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in recordMedia()
/cts/hostsidetests/security/securityPatch/CVE-2016-2460/
Dpoc.cpp48 recorder->setOutputFormat(0); in main()
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DMediaRecorderCameraActivity.java123 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in surfaceChanged()
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DMediaRecorderStressTest.java268 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in testStressRecorder()
357 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in testStressCameraSwitchRecorder()
436 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in testStressRecordVideoAndPlayback()
DCodecTest.java466 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in mediaRecorderRecord()
/cts/tests/tests/media/libmediandkjni/
Dnative_media_utils.h174 void setOutputFormat(std::shared_ptr<AMediaFormat> fmt) { in setOutputFormat() function
Dnative_media_encoder_jni.cpp248 mStats.setOutputFormat(format); in run()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java201 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in prepareVideoRecorder()
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java1470 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in prepareRecording()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java1297 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in recordVideoBySize()
2762 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);