Home
last modified time | relevance | path

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

/aosp14/frameworks/base/opengl/java/android/opengl/
H A DETC1.java109 public static native void decodeImage(Buffer in, Buffer out, in decodeImage() method in ETC1
H A DETC1Util.java87 ETC1.decodeImage(data, decodedData, width, height, pixelSize, stride); in loadTexture()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/
H A DQrCamera.java454 protected void decodeImage(BinaryBitmap image) { in decodeImage() method in QrCamera
/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp252 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 Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt29679 method public static void decodeImage(java.nio.Buffer, java.nio.Buffer, int, int, int, int);