Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/
H A Dheif_decoder.cpp88 if (!AllocHeapBuffer(context)) { in Decode()
128 bool HeifDecoder::AllocHeapBuffer(DecodeContext &context) in AllocHeapBuffer() function in OHOS::ImagePlugin::HeifDecoder
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/include/
H A Dheif_decoder.h41 bool AllocHeapBuffer(DecodeContext &context);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/
H A Dimage_creator.cpp204 static bool AllocHeapBuffer(uint64_t bufferSize, uint8_t **buffer) in AllocHeapBuffer() function
233 if (!AllocHeapBuffer(size, &addr2)) { in SaveSenderBufferAsImage()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpost_proc.h56 bool AllocHeapBuffer(uint64_t bufferSize, uint8_t **buffer);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp251 if (!AllocHeapBuffer(bufferSize, &dstPixels)) { in CenterDisplay()
331 if (!AllocHeapBuffer(bufferSize, &resultData)) { in CheckScanlineFilter()
456 if (!AllocHeapBuffer(bufferSize, resultData)) { in AllocBuffer()
463 bool PostProc::AllocHeapBuffer(uint64_t bufferSize, uint8_t **buffer) in AllocHeapBuffer() function in OHOS::Media::PostProc
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/
H A Dsvg_decoder.cpp173 bool AllocHeapBuffer(DecodeContext &context, uint64_t byteCount) in AllocHeapBuffer() function
425 ret = AllocHeapBuffer(context, byteCount); in AllocBuffer()