Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/include/
DC2AllocatorGralloc.h63 virtual c2_status_t newGraphicAllocation(
/hardware/google/av/codec2/vndk/v4l2/
DC2VdaBqBlockPool.cpp92 c2_status_t err = mAllocator->newGraphicAllocation(width, height, format, usage, &alloc); in fetchGraphicBlock()
/hardware/google/av/codec2/vndk/
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/tests/vndk/
DC2BufferTest.cpp289 c2_status_t err = mGraphicAllocator->newGraphicAllocation( in allocateGraphic()
/hardware/google/av/codec2/include/
DC2Buffer.h704 virtual c2_status_t newGraphicAllocation( in newGraphicAllocation() function