Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/include/
DC2AllocatorGralloc.h63 virtual c2_status_t newGraphicAllocation(
/hardware/google/av/codec2/vndk/
DC2AllocatorGralloc.cpp604 c2_status_t newGraphicAllocation(
645 c2_status_t C2AllocatorGralloc::Impl::newGraphicAllocation( in newGraphicAllocation() function in android::C2AllocatorGralloc::Impl
749 c2_status_t C2AllocatorGralloc::newGraphicAllocation( in newGraphicAllocation() function in android::C2AllocatorGralloc
752 return mImpl->newGraphicAllocation(width, height, format, usage, allocation); in newGraphicAllocation()
DC2Buffer.cpp570 status = mAllocator->newGraphicAllocation( in allocate()
1086 c2_status_t err = mAllocator->newGraphicAllocation(width, height, format, usage, &alloc); in fetchGraphicBlock()
/hardware/google/av/codec2/vndk/platform/
DC2BqBuffer.cpp341 c2_status_t err = mAllocator->newGraphicAllocation( in fetchGraphicBlock()
/hardware/google/av/codec2/include/
DC2Buffer.h704 virtual c2_status_t newGraphicAllocation( in newGraphicAllocation() function
/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp289 c2_status_t err = mGraphicAllocator->newGraphicAllocation( in allocateGraphic()