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.h213 status_t setOutputFormat(int of);
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.h38 virtual status_t setOutputFormat(int of);
H A DMediaRecorderClient.cpp123 status_t MediaRecorderClient::setOutputFormat(int of) function in class:android::MediaRecorderClient
125 ALOGV("setOutputFormat(%d)", of);
131 return mRecorder->setOutputFormat((output_format)of);
H A DStagefrightRecorder.h48 virtual status_t setOutputFormat(output_format of);
H A DStagefrightRecorder.cpp131 status_t StagefrightRecorder::setOutputFormat(output_format of) { function in class:android::StagefrightRecorder
132 ALOGV("setOutputFormat: %d", of);
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java42 * recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
206 * {@link MediaRecorder#setOutputFormat(int)}.
287 * this only before setOutputFormat().
290 * @throws IllegalStateException if it is called after setOutputFormat()
311 * this only before setOutputFormat().
314 * @throws IllegalStateException if it is called after setOutputFormat()
330 setOutputFormat(profile.fileFormat);
444 public native void setOutputFormat(int output_format) method in class:MediaRecorder
455 * prepare() or before setOutputFormat()
467 * prepare() or before setOutputFormat()
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java82 mRecorder.setOutputFormat(outFormat);
150 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
182 mRecorder.setOutputFormat(outFormat);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java214 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
279 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
390 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp128 status_t setOutputFormat(int of) function in class:android::BpMediaRecorder
130 ALOGV("setOutputFormat(%d)", of);
362 reply->writeInt32(setOutputFormat(of));
H A Dmediarecorder.cpp175 status_t MediaRecorder::setOutputFormat(int of) function in class:android::MediaRecorder
177 ALOGV("setOutputFormat(%d)", of);
183 ALOGE("setOutputFormat called in an invalid state: %d", mCurrentState);
191 status_t ret = mMediaRecorder->setOutputFormat(of);
193 ALOGE("setOutputFormat failed: %d", ret);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java230 mRecorder.setOutputFormat(outFormat);
263 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java254 mMediaRecorder.setOutputFormat(mOutputFormat);
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp193 ALOGV("setOutputFormat(%d)", of);
199 process_media_recorder_call(env, mr->setOutputFormat(of), "java/lang/RuntimeException", "setOutputFormat failed.");
459 {"setOutputFormat", "(I)V", (void *)android_media_MediaRecorder_setOutputFormat},
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java458 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp472 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 340 milliseconds