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.java80 int videoFormat, int outFormat, String outFile, boolean videoOnly) { in recordVideo() argument
88 mRecorder.setOutputFormat(outFormat); in recordVideo()
89 Log.v(TAG, "output format " + outFormat); in recordVideo()
227 int videoFormat, int outFormat, String outFile, boolean videoOnly) { in recordVideoFromSurface() argument
236 recorder.setOutputFormat(outFormat); in recordVideoFromSurface()
360 int videoFormat, int outFormat, String outFile, boolean videoOnly) { in invalidRecordSetting() argument
367 mRecorder.setOutputFormat(outFormat); in invalidRecordSetting()
368 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.java223 int outFormat, String outFile, boolean videoOnly) { in stressVideoRecord() argument
234 mRecorder.setOutputFormat(outFormat); in stressVideoRecord()
235 Log.v(TAG, "output format " + outFormat); in stressVideoRecord()
/frameworks/av/media/mtp/
DMtpDatabase.h92 MtpObjectFormat& outFormat) = 0;
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp159 MtpObjectFormat& outFormat);
877 MtpObjectFormat& outFormat) { in getObjectFilePath() argument
892 outFormat = longValues[1]; in getObjectFilePath()