Home
last modified time | relevance | path

Searched refs:mAllocatorDmaHeapWithFlag (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buffer_impl.cpp68 MppAllocator mAllocatorDmaHeapWithFlag[MPP_BUFFER_SPECIAL_DMA_HEAP_NUM]; member in MppBufferService
838 mpp_allocator_put(&mAllocatorDmaHeapWithFlag[i]); in ~MppBufferService()
927 if (!mAllocatorDmaHeapWithFlag[extra_allocator_idx]) in get_group()
928 mpp_allocator_get(&mAllocatorDmaHeapWithFlag[extra_allocator_idx], in get_group()
931 if (mAllocatorDmaHeapWithFlag[extra_allocator_idx]) in get_group()
932 p->allocator = mAllocatorDmaHeapWithFlag[extra_allocator_idx]; in get_group()