Home
last modified time | relevance | path

Searched refs:mC2AllocatorGralloc (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/vndk/
DC2AllocatorBlob.cpp161 allocatorStore->fetchAllocator(C2PlatformAllocatorStore::GRALLOC, &mC2AllocatorGralloc); in C2AllocatorBlob()
162 if (!mC2AllocatorGralloc) { in C2AllocatorBlob()
177 if (!mC2AllocatorGralloc) { in newLinearAllocation()
184 c2_status_t status = mC2AllocatorGralloc->newGraphicAllocation( in newLinearAllocation()
204 if (!mC2AllocatorGralloc) { in priorLinearAllocation()
209 c2_status_t status = mC2AllocatorGralloc->priorGraphicAllocation(handle, &graphicAllocation); in priorLinearAllocation()
/frameworks/av/media/codec2/vndk/include/
DC2AllocatorBlob.h57 std::shared_ptr<C2Allocator> mC2AllocatorGralloc; variable