Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/include/
DC2AllocatorGralloc.h74 virtual c2_status_t newGraphicAllocation(
/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp836 c2_status_t newGraphicAllocation(
868 c2_status_t C2AllocatorGralloc::Impl::newGraphicAllocation( in newGraphicAllocation() function in android::C2AllocatorGralloc::Impl
947 c2_status_t C2AllocatorGralloc::newGraphicAllocation( in newGraphicAllocation() function in android::C2AllocatorGralloc
950 return mImpl->newGraphicAllocation(width, height, format, usage, allocation); in newGraphicAllocation()
DC2AllocatorBlob.cpp184 c2_status_t status = mC2AllocatorGralloc->newGraphicAllocation( in newLinearAllocation()
DC2Buffer.cpp593 status = mAllocator->newGraphicAllocation( in allocate()
1103 c2_status_t err = mAllocator->newGraphicAllocation(width, height, format, usage, &alloc); in fetchGraphicBlock()
/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp535 c2_status_t err = mAllocator->newGraphicAllocation( in fetchGraphicBlock()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h707 virtual c2_status_t newGraphicAllocation( in newGraphicAllocation() function
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp290 c2_status_t err = mGraphicAllocator->newGraphicAllocation( in allocateGraphic()