Home
last modified time | relevance | path

Searched refs:C2AllocatorAhwb (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/vndk/include/
DC2AllocatorGralloc.h145 class C2AllocatorAhwb : public C2Allocator {
161 C2AllocatorAhwb(id_t id);
165 virtual ~C2AllocatorAhwb() override;
/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp916 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::C2AllocatorAhwb
1582 C2AllocatorAhwb::~C2AllocatorAhwb() { delete mImpl; } in ~C2AllocatorAhwb()
[all …]
DC2Store.cpp408 allocator = std::make_shared<C2AllocatorAhwb>(C2PlatformAllocatorStore::IGBA); in fetchIgbaAllocator()
/frameworks/av/media/codec2/vndk/platform/
DC2IgbaBuffer.cpp29 using ::android::C2AllocatorAhwb;
125 static std::shared_ptr<C2AllocatorAhwb> sAllocator = std::make_shared<C2AllocatorAhwb>(0); in CreateGraphicBlock()