Home
last modified time | relevance | path

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

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