Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DTexture.cpp195 GLint* outInternalFormat, GLint* outFormat, in colorTypeToGlFormatAndType() argument
199 *outFormat = GL_ALPHA; in colorTypeToGlFormatAndType()
207 *outFormat = GL_RGBA; in colorTypeToGlFormatAndType()
211 *outFormat = GL_RGB; in colorTypeToGlFormatAndType()
219 *outFormat = GL_RGBA; in colorTypeToGlFormatAndType()
224 *outFormat = GL_LUMINANCE; in colorTypeToGlFormatAndType()
231 *outFormat = GL_RGBA; in colorTypeToGlFormatAndType()
235 *outFormat = GL_RGBA; in colorTypeToGlFormatAndType()
DTexture.h56 GLint* outFormat, GLint* outType);
/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/av/media/libstagefright/
DSimpleDecodingSource.cpp76 sp<AMessage> outFormat; in Create() local
78 err = codec->getOutputFormat(&outFormat); in Create()
84 outFormat); in Create()
/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/
DIMtpDatabase.h92 MtpObjectFormat& outFormat) = 0;
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp167 MtpObjectFormat& outFormat);
1000 MtpObjectFormat& outFormat) { in getObjectFilePath() argument
1015 outFormat = longValues[1]; in getObjectFilePath()
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2Test.cpp967 android_pixel_format_t* outFormat, hwc2_display_t* outDisplay, in createVirtualDisplay() argument
975 reinterpret_cast<int32_t*>(outFormat), outDisplay)); in createVirtualDisplay()