Searched refs:outFormat (Results 1 - 5 of 5) 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/mtp/
H A DMtpDatabase.h92 MtpObjectFormat& outFormat) = 0;
/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.java219 int outFormat, String outFile, boolean videoOnly) {
230 mRecorder.setOutputFormat(outFormat);
231 Log.v(TAG, "output format " + outFormat);
218 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);
850 MtpObjectFormat& outFormat) {
865 outFormat = longValues[1];
847 getObjectFilePath(MtpObjectHandle handle, MtpString& outFilePath, int64_t& outFileLength, MtpObjectFormat& outFormat) argument

Completed in 209 milliseconds