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

/frameworks/base/media/libmedia/
H A Dmediarecorder.cpp176 status_t MediaRecorder::setOutputFormat(int of) function in class:android::MediaRecorder
178 LOGV("setOutputFormat(%d)", of);
184 LOGE("setOutputFormat called in an invalid state: %d", mCurrentState);
192 status_t ret = mMediaRecorder->setOutputFormat(of);
194 LOGE("setOutputFormat failed: %d", ret);
H A DIMediaRecorder.cpp128 status_t setOutputFormat(int of) function in class:android::BpMediaRecorder
130 LOGV("setOutputFormat(%d)", of);
362 reply->writeInt32(setOutputFormat(of));
/frameworks/base/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp126 status_t MediaRecorderClient::setOutputFormat(int of) function in class:android::MediaRecorderClient
128 LOGV("setOutputFormat(%d)", of);
134 return mRecorder->setOutputFormat((output_format)of);
H A DStagefrightRecorder.cpp130 status_t StagefrightRecorder::setOutputFormat(output_format of) { function in class:android::StagefrightRecorder
131 LOGV("setOutputFormat: %d", of);
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java42 * recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
191 * {@link MediaRecorder#setOutputFormat(int)}.
266 * this only before setOutputFormat().
269 * @throws IllegalStateException if it is called after setOutputFormat()
285 * this only before setOutputFormat().
288 * @throws IllegalStateException if it is called after setOutputFormat()
302 setOutputFormat(profile.fileFormat);
411 public native void setOutputFormat(int output_format) method in class:MediaRecorder
422 * prepare() or before setOutputFormat()
434 * prepare() or before setOutputFormat()
[all...]

Completed in 359 milliseconds