Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/include/
DC2AllocatorIon.h91 struct MapperKeyHash { struct
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 ()()