Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/include/
DC2AllocatorBlob.h35 virtual c2_status_t newLinearAllocation(
DC2AllocatorIon.h46 virtual c2_status_t newLinearAllocation(
/frameworks/av/media/codec2/vndk/
DC2AllocatorBlob.cpp109 c2_status_t C2AllocatorBlob::newLinearAllocation( in newLinearAllocation() function in android::C2AllocatorBlob
DC2AllocatorIon.cpp547 c2_status_t C2AllocatorIon::newLinearAllocation( in newLinearAllocation() function in android::C2AllocatorIon
DC2Buffer.cpp340 c2_status_t err = mAllocator->newLinearAllocation(capacity, usage, &alloc); in fetchLinearBlock()
589 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()