Searched refs:C2AllocatorGralloc (Results 1 – 8 of 8) sorted by relevance
128 class C2AllocatorGralloc : public C2Allocator {144 C2AllocatorGralloc(id_t id, bool bufferQueue = false);148 virtual ~C2AllocatorGralloc() override;
918 if (C2AllocatorGralloc::CheckHandle(handle)) { in UnwrapNativeCodec2GrallocHandle()937 if (C2AllocatorGralloc::CheckHandle(handle)) { in ExtractFormatFromCodec2GrallocHandle()954 if (C2AllocatorGralloc::CheckHandle(handle)) { in ExtractMetadataFromCodec2GrallocHandle()1355 class C2AllocatorGralloc::Impl {1391 if (C2AllocatorGralloc::CheckHandle(handle)) { in _UnwrapNativeCodec2GrallocMetadata()1404 C2AllocatorGralloc::Impl::Impl(id_t id, bool bufferQueue) in Impl()1412 c2_status_t C2AllocatorGralloc::Impl::newGraphicAllocation( in newGraphicAllocation()1443 c2_status_t C2AllocatorGralloc::Impl::priorGraphicAllocation( in priorGraphicAllocation()1474 C2AllocatorGralloc::C2AllocatorGralloc(id_t id, bool bufferQueue) in C2AllocatorGralloc() function in android::C2AllocatorGralloc1477 C2AllocatorGralloc::~C2AllocatorGralloc() { delete mImpl; } in ~C2AllocatorGralloc()[all …]
63 "C2AllocatorGralloc.cpp",
247 return C2AllocatorGralloc::CheckHandle(o) && GetCapacityFromHandle(o, &capacity) == C2_OK; in CheckHandle()
41 using android::C2AllocatorGralloc;1560 static std::unique_ptr<C2AllocatorGralloc> sAllocator = std::make_unique<C2AllocatorGralloc>(0); in CreateGraphicBlock()1581 static std::unique_ptr<C2AllocatorGralloc> sAllocator = std::make_unique<C2AllocatorGralloc>(0); in CreateGraphicBlock()
383 allocator = std::make_shared<C2AllocatorGralloc>(C2PlatformAllocatorStore::GRALLOC); in fetchGrallocAllocator()395 allocator = std::make_shared<C2AllocatorGralloc>( in fetchBufferQueueAllocator()
45 using ::android::C2AllocatorGralloc;132 static std::unique_ptr<C2AllocatorGralloc> sAllocator = std::make_unique<C2AllocatorGralloc>(0); in CreateGraphicBlock()135 if (C2AllocatorGralloc::CheckHandle(handle)) { in CreateGraphicBlock()
239 mGraphicAllocator(std::make_shared<C2AllocatorGralloc>('g')) { in C2BufferTest()