Searched refs:outFormat (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Texture.cpp | 195 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()
|
D | Texture.h | 56 GLint* outFormat, GLint* outType);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/ |
D | MediaRecorderTest.java | 82 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/ |
D | AMRWB_E_SAMPLE.c | 96 VO_AUDIO_OUTPUTINFO outFormat; in encode() local 210 returnCode = AudioAPI.GetOutputData(hCodec,&outData, &outFormat); in encode()
|
/frameworks/av/media/libstagefright/ |
D | SimpleDecodingSource.cpp | 76 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/ |
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 | IMtpDatabase.h | 92 MtpObjectFormat& outFormat) = 0;
|
/frameworks/base/media/jni/ |
D | android_mtp_MtpDatabase.cpp | 167 MtpObjectFormat& outFormat); 1000 MtpObjectFormat& outFormat) { in getObjectFilePath() argument 1015 outFormat = longValues[1]; in getObjectFilePath()
|
/frameworks/native/services/surfaceflinger/tests/hwc2/ |
D | Hwc2Test.cpp | 967 android_pixel_format_t* outFormat, hwc2_display_t* outDisplay, in createVirtualDisplay() argument 975 reinterpret_cast<int32_t*>(outFormat), outDisplay)); in createVirtualDisplay()
|