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 | 80 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/ |
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 | 223 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/ |
D | MtpDatabase.h | 92 MtpObjectFormat& outFormat) = 0;
|
/frameworks/base/media/jni/ |
D | android_mtp_MtpDatabase.cpp | 159 MtpObjectFormat& outFormat); 877 MtpObjectFormat& outFormat) { in getObjectFilePath() argument 892 outFormat = longValues[1]; in getObjectFilePath()
|