Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/include/
H A Dheif_decoder.h41 bool AllocHeapBuffer(DecodeContext &context);
/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
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpost_proc.h56 bool AllocHeapBuffer(uint64_t bufferSize, uint8_t **buffer);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/
H A Dimage_creator.cpp204 static bool AllocHeapBuffer(uint64_t bufferSize, uint8_t **buffer)
233 if (!AllocHeapBuffer(size, &addr2)) { in SaveSenderBufferAsImage()
234 IMAGE_LOGE("AllocHeapBuffer failed"); in SaveSenderBufferAsImage()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp245 if (!AllocHeapBuffer(bufferSize, &dstPixels)) { in CenterDisplay()
318 if (!AllocHeapBuffer(bufferSize, &resultData)) { in CheckScanlineFilter()
441 if (!AllocHeapBuffer(bufferSize, resultData)) { in AllocBuffer()
448 bool PostProc::AllocHeapBuffer(uint64_t bufferSize, uint8_t **buffer) in AllocHeapBuffer() function in OHOS::Media::PostProc
/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/
H A Dsvg_decoder.cpp172 bool AllocHeapBuffer(DecodeContext &context, uint64_t byteCount) in AllocHeapBuffer() function
174 IMAGE_LOGD("[AllocHeapBuffer] IN byteCount=%{public}llu", in AllocHeapBuffer()
178 IMAGE_LOGE("[AllocHeapBuffer] pixelmap buffer size %{public}llu out of max size", in AllocHeapBuffer()
185 IMAGE_LOGE("[AllocHeapBuffer] alloc buffer size:[%{public}llu] failed.", in AllocHeapBuffer()
191 IMAGE_LOGE("[AllocHeapBuffer] memset buffer failed."); in AllocHeapBuffer()
203 IMAGE_LOGD("[AllocHeapBuffer] OUT"); in AllocHeapBuffer()
423 ret = AllocHeapBuffer(context, byteCount); in AllocBuffer()

Completed in 5 milliseconds