HomeSort by relevance Sort by last modified time
    Searched refs:custom_mem_alloc (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h 171 CustomMemAlloc *custom_mem_alloc; member in class:PortBase
  /hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp 41 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);
    [all...]

Completed in 1625 milliseconds