Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libjnigraphics/
H A Dstubs_arm.cc28 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoderHeaderInfo_getAndroidBitmapFormat);
69 …NIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoderHeaderInfo_getAndroidBitmapForma… in init_stub_library()
H A Dstubs_arm64.cc28 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoderHeaderInfo_getAndroidBitmapFormat);
69 …NIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoderHeaderInfo_getAndroidBitmapForma… in init_stub_library()
/aosp12/frameworks/base/native/graphics/jni/
H A Dlibjnigraphics.map.txt27 AImageDecoderHeaderInfo_getAndroidBitmapFormat; # introduced=30
H A Dimagedecoder.cpp298 int32_t AImageDecoderHeaderInfo_getAndroidBitmapFormat(const AImageDecoderHeaderInfo* info) { in AImageDecoderHeaderInfo_getAndroidBitmapFormat() function
/aosp12/frameworks/native/include/android/
H A Dimagedecoder.h532 int32_t AImageDecoderHeaderInfo_getAndroidBitmapFormat(
/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp263 outInfo->format = AImageDecoderHeaderInfo_getAndroidBitmapFormat(info); in decodeImage()