Home
last modified time | relevance | path

Searched refs:C2AllocatorIon (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/media/codec2/vndk/
H A DC2AllocatorIon.cpp484 C2AllocatorIon::C2AllocatorIon(id_t id) in C2AllocatorIon() function in android::C2AllocatorIon
501 C2AllocatorIon::~C2AllocatorIon() { in ~C2AllocatorIon()
507 C2Allocator::id_t C2AllocatorIon::getId() const { in getId()
512 C2String C2AllocatorIon::getName() const { in getName()
517 std::shared_ptr<const C2Allocator::Traits> C2AllocatorIon::getTraits() const { in getTraits()
522 void C2AllocatorIon::setUsageMapper( in setUsageMapper()
536 std::size_t C2AllocatorIon::MapperKeyHash::operator()(const MapperKey &k) const { in operator ()()
540 c2_status_t C2AllocatorIon::mapUsage( in mapUsage()
580 c2_status_t C2AllocatorIon::newLinearAllocation( in newLinearAllocation()
608 c2_status_t C2AllocatorIon::priorLinearAllocation( in priorLinearAllocation()
[all …]
H A DC2Store.cpp179 std::weak_ptr<C2AllocatorIon> gIonAllocator;
183 const std::shared_ptr<C2AllocatorIon> allocator, in UseComponentStoreForIonAllocator()
185 C2AllocatorIon::UsageMapperFn mapper; in UseComponentStoreForIonAllocator()
304 std::shared_ptr<C2AllocatorIon> allocator; in setComponentStore()
316 std::shared_ptr<C2AllocatorIon> allocator = gIonAllocator.lock(); in fetchIonAllocator()
323 allocator = std::make_shared<C2AllocatorIon>(C2PlatformAllocatorStore::ION); in fetchIonAllocator()
H A DAndroid.bp34 "C2AllocatorIon.cpp",
H A DC2Buffer.cpp37 using android::C2AllocatorIon;
/aosp12/frameworks/av/media/codec2/vndk/include/
H A DC2AllocatorIon.h30 class C2AllocatorIon : public C2Allocator {
54 C2AllocatorIon(id_t id);
58 virtual ~C2AllocatorIon() override;
/aosp12/frameworks/av/media/tests/benchmark/src/native/common/
H A DBenchmarkC2Common.h37 using android::C2AllocatorIon;