Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/include/
DC2AllocatorBlob.h35 virtual c2_status_t newLinearAllocation(
DC2AllocatorIon.h46 virtual c2_status_t newLinearAllocation(
DC2DmaBufAllocator.h34 virtual c2_status_t newLinearAllocation(
/frameworks/av/media/codec2/vndk/
DC2AllocatorBlob.cpp169 c2_status_t C2AllocatorBlob::newLinearAllocation( in newLinearAllocation() function in android::C2AllocatorBlob
DC2DmaBufAllocator.cpp370 c2_status_t C2DmaBufAllocator::newLinearAllocation( in newLinearAllocation() function in android::C2DmaBufAllocator
DC2AllocatorIon.cpp573 c2_status_t C2AllocatorIon::newLinearAllocation( in newLinearAllocation() function in android::C2AllocatorIon
DC2Buffer.cpp341 c2_status_t err = mAllocator->newLinearAllocation(capacity, usage, &alloc); in fetchLinearBlock()
574 status = mAllocator->newLinearAllocation( in allocate()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h648 virtual c2_status_t newLinearAllocation( in newLinearAllocation() function
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp246 c2_status_t err = mLinearAllocator->newLinearAllocation( in allocateLinear()