Home
last modified time | relevance | path

Searched refs:C2AllocatorBlob (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/codec2/vndk/
DC2AllocatorBlob.cpp94 C2AllocatorBlob::C2AllocatorBlob(id_t id) { in C2AllocatorBlob() function in android::C2AllocatorBlob
107 C2AllocatorBlob::~C2AllocatorBlob() {} in ~C2AllocatorBlob()
109 c2_status_t C2AllocatorBlob::newLinearAllocation( in newLinearAllocation()
134 c2_status_t C2AllocatorBlob::priorLinearAllocation( in priorLinearAllocation()
165 id_t C2AllocatorBlob::getId() const { in getId()
169 C2String C2AllocatorBlob::getName() const { in getName()
173 std::shared_ptr<const C2Allocator::Traits> C2AllocatorBlob::getTraits() const { in getTraits()
178 bool C2AllocatorBlob::isValid(const C2Handle* const o) { in isValid()
DAndroid.bp24 "C2AllocatorBlob.cpp",
DC2Buffer.cpp35 using android::C2AllocatorBlob;
403 allocator = std::make_unique<C2AllocatorBlob>(android::C2PlatformAllocatorStore::BLOB); in CreateLinearBlock()
415 isValidHandle = C2AllocatorBlob::isValid(handle); in CreateLinearBlock()
438 allocator = std::make_unique<C2AllocatorBlob>(android::C2PlatformAllocatorStore::BLOB); in CreateLinearBlock()
450 isValidHandle = C2AllocatorBlob::isValid(cHandle); in CreateLinearBlock()
DC2Store.cpp242 allocator = std::make_shared<C2AllocatorBlob>(C2PlatformAllocatorStore::BLOB); in fetchBlobAllocator()
/frameworks/av/media/codec2/vndk/include/
DC2AllocatorBlob.h27 class C2AllocatorBlob : public C2Allocator {
43 C2AllocatorBlob(id_t id);
45 virtual ~C2AllocatorBlob() override;