Home
last modified time | relevance | path

Searched refs:AImageDecoderHeaderInfo_getWidth (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libjnigraphics/
H A Dstubs_arm.cc32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoderHeaderInfo_getWidth);
73 INIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoderHeaderInfo_getWidth); in init_stub_library()
H A Dstubs_arm64.cc32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoderHeaderInfo_getWidth);
73 INIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoderHeaderInfo_getWidth); in init_stub_library()
/aosp12/frameworks/base/native/graphics/jni/
H A Dlibjnigraphics.map.txt23 AImageDecoderHeaderInfo_getWidth; # introduced=30
H A Dimagedecoder.cpp245 int32_t AImageDecoderHeaderInfo_getWidth(const AImageDecoderHeaderInfo* info) { in AImageDecoderHeaderInfo_getWidth() function
/aosp12/frameworks/base/native/graphics/jni/fuzz/
H A Dfuzz_imagedecoder.cpp61 int32_t width = AImageDecoderHeaderInfo_getWidth(info); in LLVMFuzzerTestOneInput()
/aosp12/frameworks/native/include/android/
H A Dimagedecoder.h500 int32_t AImageDecoderHeaderInfo_getWidth(const AImageDecoderHeaderInfo* _Nonnull)
/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp261 outInfo->width = AImageDecoderHeaderInfo_getWidth(info); in decodeImage()