Searched defs:setOutputFormat (Results 1 - 5 of 5) sorted by relevance

/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/av/media/libmediaplayerservice/
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.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...]

Completed in 76 milliseconds