Home
last modified time | relevance | path

Searched refs:AllocateLocalPixelMapBuffer (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/include/
H A Dgif_decoder.h78 uint32_t AllocateLocalPixelMapBuffer();
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_decoder.cpp296 if (frameIndex == 0 && AllocateLocalPixelMapBuffer() != SUCCESS) { in OverlapFrame()
346 uint32_t GifDecoder::AllocateLocalPixelMapBuffer() in AllocateLocalPixelMapBuffer() function in OHOS::ImagePlugin::GifDecoder