Searched refs:outFormat (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/ |
D | MediaRecorderTest.java | 74 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/ |
D | AMRWB_E_SAMPLE.c | 95 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/ |
D | MediaPlayerPerformance.java | 215 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/ |
D | MtpDatabase.h | 92 MtpObjectFormat& outFormat) = 0;
|
/frameworks/base/media/jni/ |
D | android_mtp_MtpDatabase.cpp | 152 MtpObjectFormat& outFormat); 851 MtpObjectFormat& outFormat) { in getObjectFilePath() argument 866 outFormat = longValues[1]; in getObjectFilePath()
|