Searched refs:AllocHeapBuffer (Results 1 - 6 of 6) sorted by relevance
/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/include/ |
H A D | heif_decoder.h | 41 bool AllocHeapBuffer(DecodeContext &context);
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/ |
H A D | heif_decoder.cpp | 88 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 D | post_proc.h | 56 bool AllocHeapBuffer(uint64_t bufferSize, uint8_t **buffer);
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/ |
H A D | image_creator.cpp | 204 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 D | post_proc.cpp | 245 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 D | svg_decoder.cpp | 172 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