Home
last modified time | relevance | path

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

/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.java88 mRecorder.setOutputFormat(outFormat); in recordVideo()
139 recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in validateGetSurface()
236 recorder.setOutputFormat(outFormat); in recordVideoFromSurface()
335 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in recordVideoWithPara()
367 mRecorder.setOutputFormat(outFormat); in invalidRecordSetting()
/frameworks/av/include/media/
DMediaRecorderBase.h38 virtual status_t setOutputFormat(output_format of) = 0;
DIMediaRecorder.h41 virtual status_t setOutputFormat(int of) = 0;
Dmediarecorder.h221 status_t setOutputFormat(int of);
/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.cpp124 status_t MediaRecorderClient::setOutputFormat(int of) in setOutputFormat() function in android::MediaRecorderClient
132 return mRecorder->setOutputFormat((output_format)of); in setOutputFormat()
DMediaRecorderClient.h38 virtual status_t setOutputFormat(int of);
DStagefrightRecorder.h49 virtual status_t setOutputFormat(output_format of);
DStagefrightRecorder.cpp145 status_t StagefrightRecorder::setOutputFormat(output_format of) { in setOutputFormat() function in android::StagefrightRecorder
/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.jd757 <li>{@link android.media.MediaRecorder#setOutputFormat(int) setOutputFormat()} - Set
868 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
/frameworks/base/media/java/android/media/
DMediaRecorder.java404 setOutputFormat(profile.fileFormat); in setProfile()
518 public native void setOutputFormat(int output_format) in setOutputFormat() method in MediaRecorder
/frameworks/av/media/libmedia/
Dmediarecorder.cpp178 status_t MediaRecorder::setOutputFormat(int of) in setOutputFormat() function in android::MediaRecorder
197 status_t ret = mMediaRecorder->setOutputFormat(of); in setOutputFormat()
DIMediaRecorder.cpp131 status_t setOutputFormat(int of) in setOutputFormat() function in android::BpMediaRecorder
375 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()
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp204 …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.java491 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in mediaRecorderRecord()
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp471 mr->setOutputFormat(outputFormat); in setUpMediaRecorder()
/frameworks/base/api/
Dsystem-current.txt16310 method public void setOutputFormat(int) throws java.lang.IllegalStateException;
Dcurrent.txt15286 method public void setOutputFormat(int) throws java.lang.IllegalStateException;