Home
last modified time | relevance | path

Searched refs:MapperKey (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/codec2/vndk/include/
DC2AllocatorIon.h90 typedef std::pair<uint64_t, size_t> MapperKey; typedef
92 std::size_t operator()(const MapperKey &) const;
95 typedef std::pair<MapperKey, MapperValue> MapperKeyValue;
98 std::unordered_map<MapperKey, MapperKeyValuePointer, MapperKeyHash> mUsageMapperCache;
/hardware/google/av/codec2/vndk/
DC2AllocatorIon.cpp464 std::size_t C2AllocatorIon::MapperKeyHash::operator()(const MapperKey &k) const { in operator ()()
474 MapperKey key = std::make_pair(usage.expected, capacity); in mapUsage()
491 MapperKey lruKey = mUsageMapperLru.front().first; in mapUsage()