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.java80 int videoFormat, int outFormat, String outFile, boolean videoOnly) {
88 mRecorder.setOutputFormat(outFormat);
89 Log.v(TAG, "output format " + outFormat);
227 int videoFormat, int outFormat, String outFile, boolean videoOnly) {
236 recorder.setOutputFormat(outFormat);
360 int videoFormat, int outFormat, String outFile, boolean videoOnly) {
367 mRecorder.setOutputFormat(outFormat);
368 Log.v(TAG, "output format " + outFormat);
79 recordVideo(int frameRate, int width, int height, int videoFormat, int outFormat, String outFile, boolean videoOnly) argument
225 recordVideoFromSurface( int frameRate, int captureRate, int width, int height, int videoFormat, int outFormat, String outFile, boolean videoOnly) argument
359 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.java223 int outFormat, String outFile, boolean videoOnly) {
234 mRecorder.setOutputFormat(outFormat);
235 Log.v(TAG, "output format " + outFormat);
222 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.cpp159 MtpObjectFormat& outFormat);
877 MtpObjectFormat& outFormat) {
892 outFormat = longValues[1];
874 getObjectFilePath(MtpObjectHandle handle, MtpString& outFilePath, int64_t& outFileLength, MtpObjectFormat& outFormat) argument

Completed in 390 milliseconds