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

/frameworks/av/media/libmedia/
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);
H A DIMediaRecorder.cpp128 status_t setOutputFormat(int of) function in class:android::BpMediaRecorder
130 ALOGV("setOutputFormat(%d)", of);
362 reply->writeInt32(setOutputFormat(of));
/frameworks/av/media/libmediaplayerservice/
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.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...]

Completed in 984 milliseconds