Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/include/
DC2AllocatorIon.h50 virtual c2_status_t priorLinearAllocation(
/hardware/google/av/codec2/vndk/
DC2Buffer.cpp400 c2_status_t err = sAllocator->priorLinearAllocation(handle, &alloc); in CreateLinearBlock()
418 c2_status_t err = sAllocator->priorLinearAllocation(handle, &alloc); in CreateLinearBlock()
479 c2_status_t priorLinearAllocation(
630 c2_status_t _C2BufferPoolAllocator::priorLinearAllocation( in priorLinearAllocation() function in _C2BufferPoolAllocator
633 return mAllocator->priorLinearAllocation(handle, c2Allocation); in priorLinearAllocation()
682 c2_status_t err = mAllocator->priorLinearAllocation(handle, &alloc); in fetchLinearBlock()
DC2AllocatorIon.cpp532 c2_status_t C2AllocatorIon::priorLinearAllocation( in priorLinearAllocation() function in android::C2AllocatorIon
/hardware/google/av/codec2/include/
DC2Buffer.h671 virtual c2_status_t priorLinearAllocation( in priorLinearAllocation() function