Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DTexture.cpp175 GLint* outFormat, GLint* outType) { in colorTypeToGlFormatAndType() argument
178 *outFormat = GL_ALPHA; in colorTypeToGlFormatAndType()
182 *outFormat = GL_RGB; in colorTypeToGlFormatAndType()
189 *outFormat = GL_RGBA; in colorTypeToGlFormatAndType()
193 *outFormat = GL_LUMINANCE; in colorTypeToGlFormatAndType()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java82 int videoFormat, int outFormat, String outFile, boolean videoOnly) { in recordVideo() argument
90 mRecorder.setOutputFormat(outFormat); in recordVideo()
91 Log.v(TAG, "output format " + outFormat); in recordVideo()
229 int videoFormat, int outFormat, String outFile, boolean videoOnly, in recordVideoFromSurface() argument
240 recorder.setOutputFormat(outFormat); in recordVideoFromSurface()
375 int videoFormat, int outFormat, String outFile, boolean videoOnly) { in invalidRecordSetting() argument
382 mRecorder.setOutputFormat(outFormat); in invalidRecordSetting()
383 Log.v(TAG, "output format " + outFormat); in invalidRecordSetting()
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
DAMRWB_E_SAMPLE.c96 VO_AUDIO_OUTPUTINFO outFormat; in encode() local
210 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.cpp164 MtpObjectFormat& outFormat);
964 MtpObjectFormat& outFormat) { in getObjectFilePath() argument
980 outFormat = longValues[1]; in getObjectFilePath()