Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java248 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in testRecorderCamera()
323 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_2_TS); in testRecorderMPEG2TS()
442 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in recordVideoUsingCamera()
553 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in testRecorderVideo()
573 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in testSetOutputFile()
611 mMediaRecorder.setOutputFormat(fileFormat); in testRecordAudioInRawFormat()
622 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in configureDefaultMediaRecorder()
673 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in testRecordAudioFromAudioSourceUnprocessed()
700 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in testRecorderAudio()
715 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in testOnInfoListener()
[all …]
DMediaRandomTest.java322 mRecorder.setOutputFormat(mParam % 5); in testRecorderRandomAction()
DRoutingTest.java781 mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in allocMediaRecorder()
DMediaPlayerTest.java1081 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
2432 mr.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in recordMedia()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2460/
Dpoc.cpp48 recorder->setOutputFormat(0); in main()
/cts/tests/tests/security/src/android/security/cts/
DMediaRecorderInfoLeakTest.java48 mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in test_cve_2016_2499()
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DMediaRecorderStressTest.java269 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in testStressRecorder()
358 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in testStressCameraSwitchRecorder()
437 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in testStressRecordVideoAndPlayback()
DCodecTest.java466 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in mediaRecorderRecord()
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DMediaRecorderCameraActivity.java126 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in surfaceChanged()
/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/tests/media/jni/
DNativeCodecTestBase.h76 void setOutputFormat(AMediaFormat* format);
DNativeCodecTestBase.cpp43 aSyncHandle->setOutputFormat(format); in onAsyncFormatChanged()
143 void CodecAsyncHandler::setOutputFormat(AMediaFormat* format) { in setOutputFormat() function in CodecAsyncHandler
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java228 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in prepareVideoRecorder()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java1336 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in recordVideoBySize()
2873 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in recordVideoSimpleBySize()
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java1581 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in prepareRecording()