Searched refs:setOutputFormat (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaRecorderSetOutputFormatStateUnitTest.java26 * MediaRecorder.setOutputFormat() method can be called.
32 * 1. It is valid to call setOutputFormat() in the following states:
34 * 2. It is invalid to call setOutputFormat() in the following states:
54 recorder.setOutputFormat(MediaRecorderStateUnitTestTemplate.OUTPUT_FORMAT);
64 return "setOutputFormat()";
H A DMediaRecorderStateUnitTestTemplate.java103 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
130 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
143 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
157 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
192 /* Skip setOutputFormat if the method under test is setOutputFile()
198 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
/frameworks/av/include/media/
H A DIMediaRecorder.h41 virtual status_t setOutputFormat(int of) = 0;
H A DMediaRecorderBase.h38 virtual status_t setOutputFormat(output_format of) = 0;
H A Dmediarecorder.h221 status_t setOutputFormat(int of);
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.h38 virtual status_t setOutputFormat(int of);
H A DMediaRecorderClient.cpp124 status_t MediaRecorderClient::setOutputFormat(int of) function in class:android::MediaRecorderClient
126 ALOGV("setOutputFormat(%d)", of);
132 return mRecorder->setOutputFormat((output_format)of);
H A DStagefrightRecorder.h49 virtual status_t setOutputFormat(output_format of);
H A DStagefrightRecorder.cpp145 status_t StagefrightRecorder::setOutputFormat(output_format of) { function in class:android::StagefrightRecorder
146 ALOGV("setOutputFormat: %d", of);
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java43 * recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
277 * {@link MediaRecorder#setOutputFormat(int)}.
364 * this only before setOutputFormat().
367 * @throws IllegalStateException if it is called after setOutputFormat()
385 * this only before setOutputFormat().
388 * @throws IllegalStateException if it is called after setOutputFormat()
404 setOutputFormat(profile.fileFormat);
518 public native void setOutputFormat(int output_format) method in class:MediaRecorder
529 * prepare() or before setOutputFormat()
541 * prepare() or before setOutputFormat()
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java88 mRecorder.setOutputFormat(outFormat);
139 recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
236 recorder.setOutputFormat(outFormat);
335 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
367 mRecorder.setOutputFormat(outFormat);
/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp178 status_t MediaRecorder::setOutputFormat(int of) function in class:android::MediaRecorder
180 ALOGV("setOutputFormat(%d)", of);
186 ALOGE("setOutputFormat called in an invalid state: %d", mCurrentState);
197 status_t ret = mMediaRecorder->setOutputFormat(of);
199 ALOGE("setOutputFormat failed: %d", ret);
H A DIMediaRecorder.cpp131 status_t setOutputFormat(int of) function in class:android::BpMediaRecorder
133 ALOGV("setOutputFormat(%d)", of);
375 reply->writeInt32(setOutputFormat(of));
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java234 mRecorder.setOutputFormat(outFormat);
269 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java245 mMediaRecorder.setOutputFormat(mOutputFormat);
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp198 ALOGV("setOutputFormat(%d)", of);
204 process_media_recorder_call(env, mr->setOutputFormat(of), "java/lang/RuntimeException", "setOutputFormat failed.");
490 {"setOutputFormat", "(I)V", (void *)android_media_MediaRecorder_setOutputFormat},
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java232 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java467 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp471 mr->setOutputFormat(outputFormat);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java491 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);

Completed in 624 milliseconds