Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/vndk/
H A DC2DmaBufAllocator.cpp293 C2DmaBufAllocator::C2DmaBufAllocator(id_t id) : mInit(C2_OK) { in C2DmaBufAllocator() function in android::C2DmaBufAllocator
300 C2Allocator::id_t C2DmaBufAllocator::getId() const { in getId()
305 C2String C2DmaBufAllocator::getName() const { in getName()
310 std::shared_ptr<const C2Allocator::Traits> C2DmaBufAllocator::getTraits() const { in getTraits()
315 void C2DmaBufAllocator::setUsageMapper(const UsageMapperFn& mapper __unused, uint64_t minUsage, in setUsageMapper()
327 std::size_t C2DmaBufAllocator::MapperKeyHash::operator()(const MapperKey& k) const { in operator ()()
331 c2_status_t C2DmaBufAllocator::mapUsage(C2MemoryUsage usage, size_t capacity, C2String* heap_name, in mapUsage()
343 if (C2DmaBufAllocator::system_uncached_supported() && in mapUsage()
370 c2_status_t C2DmaBufAllocator::newLinearAllocation( in newLinearAllocation()
411 c2_status_t C2DmaBufAllocator::priorLinearAllocation( in priorLinearAllocation()
[all …]
H A DC2Store.cpp180 std::weak_ptr<C2DmaBufAllocator> gDmaBufAllocator;
235 void UseComponentStoreForDmaBufAllocator(const std::shared_ptr<C2DmaBufAllocator> allocator, in UseComponentStoreForDmaBufAllocator()
237 C2DmaBufAllocator::UsageMapperFn mapper; in UseComponentStoreForDmaBufAllocator()
332 std::shared_ptr<C2DmaBufAllocator> allocator = gDmaBufAllocator.lock(); in fetchDmaBufAllocator()
339 allocator = std::make_shared<C2DmaBufAllocator>(C2PlatformAllocatorStore::DMABUFHEAP); in fetchDmaBufAllocator()
869 if (C2DmaBufAllocator::system_uncached_supported() && in Interface()
H A DAndroid.bp38 "C2DmaBufAllocator.cpp",
/aosp12/frameworks/av/media/codec2/vndk/include/
H A DC2DmaBufAllocator.h32 class C2DmaBufAllocator : public C2Allocator {
41 C2DmaBufAllocator(id_t id);