Searched refs:C2AllocatorAhwb (Results 1 – 4 of 4) sorted by relevance
145 class C2AllocatorAhwb : public C2Allocator {161 C2AllocatorAhwb(id_t id);165 virtual ~C2AllocatorAhwb() override;
916 if (C2AllocatorAhwb::CheckHandle(handle)) { in UnwrapNativeCodec2GrallocHandle()935 if (C2AllocatorAhwb::CheckHandle(handle)) { in ExtractFormatFromCodec2GrallocHandle()957 if (C2AllocatorAhwb::CheckHandle(handle)) { in ExtractMetadataFromCodec2GrallocHandle()1194 if (C2AllocatorAhwb::CheckHandle(handle)) { in _UnwrapNativeCodec2GrallocMetadata()1503 class C2AllocatorAhwb::Impl {1534 C2AllocatorAhwb::Impl::Impl(id_t id) in Impl()1542 c2_status_t C2AllocatorAhwb::Impl::newGraphicAllocation( in newGraphicAllocation()1555 c2_status_t C2AllocatorAhwb::Impl::priorGraphicAllocation( in priorGraphicAllocation()1579 C2AllocatorAhwb::C2AllocatorAhwb(id_t id) in C2AllocatorAhwb() function in android::C2AllocatorAhwb1582 C2AllocatorAhwb::~C2AllocatorAhwb() { delete mImpl; } in ~C2AllocatorAhwb()[all …]
408 allocator = std::make_shared<C2AllocatorAhwb>(C2PlatformAllocatorStore::IGBA); in fetchIgbaAllocator()
29 using ::android::C2AllocatorAhwb;125 static std::shared_ptr<C2AllocatorAhwb> sAllocator = std::make_shared<C2AllocatorAhwb>(0); in CreateGraphicBlock()