Searched refs:AllocHeapBuffer (Results 1 – 6 of 6) sorted by relevance
88 if (!AllocHeapBuffer(context)) { in Decode()128 bool HeifDecoder::AllocHeapBuffer(DecodeContext &context) in AllocHeapBuffer() function in OHOS::ImagePlugin::HeifDecoder
41 bool AllocHeapBuffer(DecodeContext &context);
204 static bool AllocHeapBuffer(uint64_t bufferSize, uint8_t **buffer) in AllocHeapBuffer() function233 if (!AllocHeapBuffer(size, &addr2)) { in SaveSenderBufferAsImage()
56 bool AllocHeapBuffer(uint64_t bufferSize, uint8_t **buffer);
251 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
173 bool AllocHeapBuffer(DecodeContext &context, uint64_t byteCount) in AllocHeapBuffer() function425 ret = AllocHeapBuffer(context, byteCount); in AllocBuffer()