Searched refs:decodeImage (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | ETC1.java | 109 public static native void decodeImage(Buffer in, Buffer out, in decodeImage() method in ETC1
|
H A D | ETC1Util.java | 87 ETC1.decodeImage(data, decodedData, width, height, pixelSize, stride); in loadTexture()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/ |
H A D | QrCamera.java | 454 protected void decodeImage(BinaryBitmap image) { in decodeImage() method in QrCamera
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 252 static void* decodeImage(const void* encodedData, size_t dataLength, AndroidBitmapInfo* outInfo, in decodeImage() function 290 void* pixels = decodeImage(asset->getBuffer(false), asset->getLength(), &bitmapInfo, in initTexture() 342 void* pixels = decodeImage(map->getDataPtr(), map->getDataLength(), &bitmapInfo, in initTexture()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 29679 method public static void decodeImage(java.nio.Buffer, java.nio.Buffer, int, int, int, int);
|