Home
last modified time | relevance | path

Searched refs:outFormat (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java74 int videoFormat, int outFormat, String outFile, boolean videoOnly) { in recordVideo() argument
82 mRecorder.setOutputFormat(outFormat); in recordVideo()
83 Log.v(TAG, "output format " + outFormat); in recordVideo()
175 int videoFormat, int outFormat, String outFile, boolean videoOnly) { in invalidRecordSetting() argument
182 mRecorder.setOutputFormat(outFormat); in invalidRecordSetting()
183 Log.v(TAG, "output format " + outFormat); in invalidRecordSetting()
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
DAMRWB_E_SAMPLE.c95 VO_AUDIO_OUTPUTINFO outFormat; in encode() local
209 returnCode = AudioAPI.GetOutputData(hCodec,&outData, &outFormat); in encode()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
DMediaPlayerPerformance.java215 int outFormat, String outFile, boolean videoOnly) { in stressVideoRecord() argument
226 mRecorder.setOutputFormat(outFormat); in stressVideoRecord()
227 Log.v(TAG, "output format " + outFormat); in stressVideoRecord()
/frameworks/av/media/mtp/
DMtpDatabase.h92 MtpObjectFormat& outFormat) = 0;
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp152 MtpObjectFormat& outFormat);
851 MtpObjectFormat& outFormat) { in getObjectFilePath() argument
866 outFormat = longValues[1]; in getObjectFilePath()