Home
last modified time | relevance | path

Searched refs:setOutputFormat (Results 1 – 25 of 26) 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.java82 mRecorder.setOutputFormat(outFormat); in recordVideo()
150 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in recordVideoWithPara()
182 mRecorder.setOutputFormat(outFormat); in invalidRecordSetting()
/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.cpp123 status_t MediaRecorderClient::setOutputFormat(int of) in setOutputFormat() function in android::MediaRecorderClient
131 return mRecorder->setOutputFormat((output_format)of); in setOutputFormat()
DMediaRecorderClient.h38 virtual status_t setOutputFormat(int of);
DStagefrightRecorder.h48 virtual status_t setOutputFormat(output_format of);
DStagefrightRecorder.cpp131 status_t StagefrightRecorder::setOutputFormat(output_format of) { in setOutputFormat() function in android::StagefrightRecorder
/frameworks/av/include/media/
DMediaRecorderBase.h38 virtual status_t setOutputFormat(output_format of) = 0;
DIMediaRecorder.h41 virtual status_t setOutputFormat(int of) = 0;
Dmediarecorder.h213 status_t setOutputFormat(int of);
/frameworks/base/docs/html/guide/topics/media/
Daudio-capture.jd54 {@link android.media.MediaRecorder#setOutputFormat MediaRecorder.setOutputFormat()}.
151 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
Dcamera.jd751 <li>{@link android.media.MediaRecorder#setOutputFormat(int) setOutputFormat()} - Set
862 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
/frameworks/base/media/java/android/media/
DMediaRecorder.java319 setOutputFormat(profile.fileFormat); in setProfile()
434 public native void setOutputFormat(int output_format) in setOutputFormat() method in MediaRecorder
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaRecorderStressTest.java212 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in testStressRecorder()
276 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in testStressCameraSwitchRecorder()
366 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in testStressRecordVideoAndPlayback()
/frameworks/av/media/libmedia/
Dmediarecorder.cpp175 status_t MediaRecorder::setOutputFormat(int of) in setOutputFormat() function in android::MediaRecorder
191 status_t ret = mMediaRecorder->setOutputFormat(of); in setOutputFormat()
DIMediaRecorder.cpp128 status_t setOutputFormat(int of) in setOutputFormat() function in android::BpMediaRecorder
362 reply->writeInt32(setOutputFormat(of)); in onTransact()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
DMediaPlayerPerformance.java221 mRecorder.setOutputFormat(outFormat); in stressVideoRecord()
254 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in stressAudioRecord()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
DMediaEncoderFilter.java254 mMediaRecorder.setOutputFormat(mOutputFormat); in updateMediaRecorderParams()
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp199 …process_media_recorder_call(env, mr->setOutputFormat(of), "java/lang/RuntimeException", "setOutput… in android_media_MediaRecorder_setOutputFormat()
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
DScoAudioTest.java458 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in setup()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DCodecTest.java491 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in mediaRecorderRecord()
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp472 mr->setOutputFormat(outputFormat); in setUpMediaRecorder()
/frameworks/base/api/
D14.txt10797 method public void setOutputFormat(int) throws java.lang.IllegalStateException;
D15.txt10836 method public void setOutputFormat(int) throws java.lang.IllegalStateException;
Dcurrent.txt11449 method public void setOutputFormat(int) throws java.lang.IllegalStateException;

12