Home
last modified time | relevance | path

Searched refs:C2AllocatorGralloc (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/codec2/vndk/include/
DC2AllocatorGralloc.h128 class C2AllocatorGralloc : public C2Allocator {
144 C2AllocatorGralloc(id_t id, bool bufferQueue = false);
148 virtual ~C2AllocatorGralloc() override;
/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp918 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::C2AllocatorGralloc
1477 C2AllocatorGralloc::~C2AllocatorGralloc() { delete mImpl; } in ~C2AllocatorGralloc()
[all …]
DAndroid.bp63 "C2AllocatorGralloc.cpp",
DC2AllocatorBlob.cpp247 return C2AllocatorGralloc::CheckHandle(o) && GetCapacityFromHandle(o, &capacity) == C2_OK; in CheckHandle()
DC2Buffer.cpp41 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()
DC2Store.cpp383 allocator = std::make_shared<C2AllocatorGralloc>(C2PlatformAllocatorStore::GRALLOC); in fetchGrallocAllocator()
395 allocator = std::make_shared<C2AllocatorGralloc>( in fetchBufferQueueAllocator()
/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp45 using ::android::C2AllocatorGralloc;
132 static std::unique_ptr<C2AllocatorGralloc> sAllocator = std::make_unique<C2AllocatorGralloc>(0); in CreateGraphicBlock()
135 if (C2AllocatorGralloc::CheckHandle(handle)) { in CreateGraphicBlock()
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp239 mGraphicAllocator(std::make_shared<C2AllocatorGralloc>('g')) { in C2BufferTest()