Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/include/
DC2AllocatorIon.h46 virtual c2_status_t newLinearAllocation(
/hardware/google/av/codec2/vndk/
DC2AllocatorIon.cpp504 c2_status_t C2AllocatorIon::newLinearAllocation( in newLinearAllocation() function in android::C2AllocatorIon
DC2Buffer.cpp337 c2_status_t err = mAllocator->newLinearAllocation(capacity, usage, &alloc); in fetchLinearBlock()
551 status = mAllocator->newLinearAllocation( in allocate()
/hardware/google/av/codec2/include/
DC2Buffer.h647 virtual c2_status_t newLinearAllocation( in newLinearAllocation() function
/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp245 c2_status_t err = mLinearAllocator->newLinearAllocation( in allocateLinear()