Searched refs:SetDecodeContextBuffer (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 196 static void SetDecodeContextBuffer(DecodeContext &context, in SetDecodeContextBuffer() function 230 SetDecodeContextBuffer(context, in ShareMemAlloc() 293 SetDecodeContextBuffer(context, in DmaMemAlloc() 315 SetDecodeContextBuffer(context, AllocatorType::HEAP_ALLOC, out, count, nullptr); in HeapMemAlloc() 348 SetDecodeContextBuffer(context, AllocatorType::DMA_ALLOC, in HeapMemAlloc() 752 SetDecodeContextBuffer(context, context.allocatorType, static_cast<uint8_t *>(destInfo.buffer), in HeapMemAlloc() 1212 SetDecodeContextBuffer(context, context.allocatorType, static_cast<uint8_t *>(m->data.data), in HeapMemAlloc()
|