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.java90 mRecorder.setOutputFormat(outFormat); in recordVideo()
141 recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in validateGetSurface()
240 recorder.setOutputFormat(outFormat); in recordVideoFromSurface()
350 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in recordVideoWithPara()
382 mRecorder.setOutputFormat(outFormat); in invalidRecordSetting()
/frameworks/base/docs/html/guide/topics/media/
Daudio-capture.jd53 {@link android.media.MediaRecorder#setOutputFormat MediaRecorder.setOutputFormat()}.
150 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
Dcamera.jd577 <li>{@link android.media.MediaRecorder#setOutputFormat(int) setOutputFormat()} - Set
688 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
/frameworks/av/include/media/
DMediaRecorderBase.h40 virtual status_t setOutputFormat(output_format of) = 0;
DIMediaRecorder.h44 virtual status_t setOutputFormat(int of) = 0;
Dmediarecorder.h227 status_t setOutputFormat(int of);
/frameworks/base/media/java/android/media/
DMediaRecorder.java484 setOutputFormat(profile.fileFormat); in setProfile()
595 public native void setOutputFormat(int output_format) in setOutputFormat() method in MediaRecorder
/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.cpp131 status_t MediaRecorderClient::setOutputFormat(int of) in setOutputFormat() function in android::MediaRecorderClient
139 return mRecorder->setOutputFormat((output_format)of); in setOutputFormat()
DMediaRecorderClient.h54 virtual status_t setOutputFormat(int of);
DStagefrightRecorder.h53 virtual status_t setOutputFormat(output_format of);
DStagefrightRecorder.cpp151 status_t StagefrightRecorder::setOutputFormat(output_format of) { in setOutputFormat() function in android::StagefrightRecorder
/frameworks/av/media/libmedia/
Dmediarecorder.cpp180 status_t MediaRecorder::setOutputFormat(int of) in setOutputFormat() function in android::MediaRecorder
199 status_t ret = mMediaRecorder->setOutputFormat(of); in setOutputFormat()
DIMediaRecorder.cpp144 status_t setOutputFormat(int of) in setOutputFormat() function in android::BpMediaRecorder
409 reply->writeInt32(setOutputFormat(of)); in onTransact()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
DMediaPlayerPerformance.java234 mRecorder.setOutputFormat(outFormat); in stressVideoRecord()
269 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in stressAudioRecord()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
DMediaEncoderFilter.java245 mMediaRecorder.setOutputFormat(mOutputFormat); in updateMediaRecorderParams()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaRecorderStressTest.java232 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in recordVideoAndPlayback()
DCamera2RecordingTest.java834 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in prepareRecording()
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp214 …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.java467 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in setup()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DCodecTest.java492 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in mediaRecorderRecord()
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp467 mr->setOutputFormat(outputFormat); in setUpMediaRecorder()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt15284 method public void setOutputFormat(int) throws java.lang.IllegalStateException;
/frameworks/base/api/
Dtest-current.txt21400 method public void setOutputFormat(int) throws java.lang.IllegalStateException;

12