Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/include/
DC2AllocatorGralloc.h73 virtual c2_status_t newGraphicAllocation(
/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp885 c2_status_t newGraphicAllocation(
936 c2_status_t C2AllocatorGralloc::Impl::newGraphicAllocation( in newGraphicAllocation() function in android::C2AllocatorGralloc::Impl
1132 c2_status_t C2AllocatorGralloc::newGraphicAllocation( in newGraphicAllocation() function in android::C2AllocatorGralloc
1135 return mImpl->newGraphicAllocation(width, height, format, usage, allocation); in newGraphicAllocation()
DC2Buffer.cpp567 status = mAllocator->newGraphicAllocation( in allocate()
1077 c2_status_t err = mAllocator->newGraphicAllocation(width, height, format, usage, &alloc); in fetchGraphicBlock()
/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp533 c2_status_t err = mAllocator->newGraphicAllocation( in fetchGraphicBlock()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h704 virtual c2_status_t newGraphicAllocation( in newGraphicAllocation() function
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp289 c2_status_t err = mGraphicAllocator->newGraphicAllocation( in allocateGraphic()