Home
last modified time | relevance | path

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

12

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaRecorderStateUnitTestTemplate.java130 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()
DMediaRecorderSetOutputFormatStateUnitTest.java54 recorder.setOutputFormat(MediaRecorderStateUnitTestTemplate.OUTPUT_FORMAT); in invokeMethodUnderTest()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java85 mRecorder.setOutputFormat(outFormat); in recordVideo()
136 recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in validateGetSurface()
235 recorder.setOutputFormat(outFormat); in recordVideoFromSurface()
345 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in recordVideoWithPara()
377 mRecorder.setOutputFormat(outFormat); in invalidRecordSetting()
/frameworks/av/media/libmedia/include/media/
DMediaRecorderBase.h45 virtual status_t setOutputFormat(output_format of) = 0;
DIMediaRecorder.h49 virtual status_t setOutputFormat(int of) = 0;
Dmediarecorder.h244 status_t setOutputFormat(int of);
/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.h57 virtual status_t setOutputFormat(int of);
DMediaRecorderClient.cpp171 status_t MediaRecorderClient::setOutputFormat(int of) in setOutputFormat() function in android::MediaRecorderClient
179 return mRecorder->setOutputFormat((output_format)of); in setOutputFormat()
DStagefrightRecorder.h57 virtual status_t setOutputFormat(output_format of);
DStagefrightRecorder.cpp310 status_t StagefrightRecorder::setOutputFormat(output_format of) { in setOutputFormat() function in android::StagefrightRecorder
/frameworks/av/media/libmediaplayerservice/fuzzer/
DREADME.md10 1. Output Formats (parameter name: `setOutputFormat`)
Dmediarecorder_fuzzer.cpp344 mStfRecorder->setOutputFormat(OutputFormat); in setConfig()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
DMediaPlayerPerformance.java231 mRecorder.setOutputFormat(outFormat); in stressVideoRecord()
266 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in stressAudioRecord()
/frameworks/av/media/libmedia/
Dmediarecorder.cpp224 status_t MediaRecorder::setOutputFormat(int of) in setOutputFormat() function in android::MediaRecorder
243 status_t ret = mMediaRecorder->setOutputFormat(of); in setOutputFormat()
DIMediaRecorder.cpp187 status_t setOutputFormat(int of) in setOutputFormat() function in android::BpMediaRecorder
612 reply->writeInt32(setOutputFormat(of)); in onTransact()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
DMediaEncoderFilter.java245 mMediaRecorder.setOutputFormat(mOutputFormat); in updateMediaRecorderParams()
/frameworks/base/media/java/android/media/
DMediaRecorder.java815 setOutputFormat(profile.fileFormat); in setProfile()
967 public native void setOutputFormat(@OutputFormatValues int output_format) in setOutputFormat() method in MediaRecorder
/frameworks/av/media/libmediaplayerservice/tests/stagefrightRecorder/
DStagefrightRecorderTest.cpp112 status = mStfRecorder->setOutputFormat(outputFormat); in setAudioRecorderFormat()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaRecorderStressTest.java233 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in recordVideoAndPlayback()
DCamera2RecordingTest.java842 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in prepareRecording()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenMediaRecorder.java140 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4); in prepare()
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
DScoAudioTest.java467 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in setup()
/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/
DMainActivity.java530 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4); in setUpMediaRecorder()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DCodecTest.java490 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in mediaRecorderRecord()
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp273 …process_media_recorder_call(env, mr->setOutputFormat(of), "java/lang/RuntimeException", "setOutput… in android_media_MediaRecorder_setOutputFormat()

12