Searched defs:outFormat (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java74 int videoFormat, int outFormat, String outFile, boolean videoOnly) {
82 mRecorder.setOutputFormat(outFormat);
83 Log.v(TAG, "output format " + outFormat);
175 int videoFormat, int outFormat, String outFile, boolean videoOnly) {
182 mRecorder.setOutputFormat(outFormat);
183 Log.v(TAG, "output format " + outFormat);
73 recordVideo(int frameRate, int width, int height, int videoFormat, int outFormat, String outFile, boolean videoOnly) argument
174 invalidRecordSetting(int frameRate, int width, int height, int videoFormat, int outFormat, String outFile, boolean videoOnly) argument
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c95 VO_AUDIO_OUTPUTINFO outFormat; local
209 returnCode = AudioAPI.GetOutputData(hCodec,&outData, &outFormat);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java215 int outFormat, String outFile, boolean videoOnly) {
226 mRecorder.setOutputFormat(outFormat);
227 Log.v(TAG, "output format " + outFormat);
214 stressVideoRecord(int frameRate, int width, int height, int videoFormat, int outFormat, String outFile, boolean videoOnly) argument
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp152 MtpObjectFormat& outFormat);
851 MtpObjectFormat& outFormat) {
866 outFormat = longValues[1];
848 getObjectFilePath(MtpObjectHandle handle, MtpString& outFilePath, int64_t& outFileLength, MtpObjectFormat& outFormat) argument

Completed in 253 milliseconds