Home
last modified time | relevance | path

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

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