Searched refs:custom_mem_alloc (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dportbase.h171 CustomMemAlloc *custom_mem_alloc; member in class:PortBase
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dportbase.cpp41 custom_mem_alloc = NULL;
149 custom_mem_alloc = pMemAlloc;
424 if (custom_mem_alloc) {
452 if (custom_mem_alloc) {
453 buffer_hdr->pBuffer = (*custom_mem_alloc)(nSizeBytes, custom_mem_userdata);

Completed in 16 milliseconds