Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/include/
DC2AllocatorGralloc.h136 virtual c2_status_t newGraphicAllocation(
186 virtual c2_status_t newGraphicAllocation(
/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp1371 c2_status_t newGraphicAllocation(
1412 c2_status_t C2AllocatorGralloc::Impl::newGraphicAllocation( in newGraphicAllocation() function in android::C2AllocatorGralloc::Impl
1491 c2_status_t C2AllocatorGralloc::newGraphicAllocation( in newGraphicAllocation() function in android::C2AllocatorGralloc
1494 return mImpl->newGraphicAllocation(width, height, format, usage, allocation); in newGraphicAllocation()
1721 c2_status_t newGraphicAllocation(
1744 c2_status_t C2AllocatorAhwb::Impl::newGraphicAllocation( in newGraphicAllocation() function in android::C2AllocatorAhwb::Impl
1798 c2_status_t C2AllocatorAhwb::newGraphicAllocation( in newGraphicAllocation() function in android::C2AllocatorAhwb
1801 return mImpl->newGraphicAllocation(width, height, format, usage, allocation); in newGraphicAllocation()
DC2AllocatorBlob.cpp186 c2_status_t status = mC2AllocatorGralloc->newGraphicAllocation( in newLinearAllocation()
DC2Buffer.cpp689 status = mAllocator->newGraphicAllocation( in allocate()
1000 status = mAllocator->newGraphicAllocation( in allocate()
1530 c2_status_t err = mAllocator->newGraphicAllocation(width, height, format, usage, &alloc); in fetchGraphicBlock()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h710 virtual c2_status_t newGraphicAllocation( in newGraphicAllocation() function
/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp650 c2_status_t err = mAllocator->newGraphicAllocation( in fetchGraphicBlock()
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp290 c2_status_t err = mGraphicAllocator->newGraphicAllocation( in allocateGraphic()