Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libjnigraphics/
Dstubs_arm64.cc32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoderHeaderInfo_getWidth);
73 INIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoderHeaderInfo_getWidth); in init_stub_library()
Dstubs_arm.cc32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoderHeaderInfo_getWidth);
73 INIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoderHeaderInfo_getWidth); in init_stub_library()
Dstubs_riscv64.cc32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoderHeaderInfo_getWidth);
73 INIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoderHeaderInfo_getWidth); in init_stub_library()
/frameworks/base/native/graphics/jni/fuzz/
Dfuzz_imagedecoder.cpp64 int32_t width = AImageDecoderHeaderInfo_getWidth(headerInfo); in LLVMFuzzerTestOneInput()
102 [&]() { AImageDecoderHeaderInfo_getWidth(headerInfo); }, in LLVMFuzzerTestOneInput()
/frameworks/base/native/graphics/jni/
Dlibjnigraphics.map.txt23 AImageDecoderHeaderInfo_getWidth; # introduced=30
Dimagedecoder.cpp257 int32_t AImageDecoderHeaderInfo_getWidth(const AImageDecoderHeaderInfo* info) { in AImageDecoderHeaderInfo_getWidth() function
/frameworks/native/include/android/
Dimagedecoder.h500 int32_t AImageDecoderHeaderInfo_getWidth(const AImageDecoderHeaderInfo* _Nonnull)
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp269 outInfo->width = AImageDecoderHeaderInfo_getWidth(info); in decodeImage()