Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/include/
DC2AllocatorIon.h94 typedef std::tuple<size_t, unsigned, unsigned, c2_status_t> MapperValue; typedef
95 typedef std::pair<MapperKey, MapperValue> MapperKeyValue;
/hardware/google/av/codec2/vndk/
DC2AllocatorIon.cpp486 MapperValue value = std::make_tuple(*align, *heapMask, *flags, res); in mapUsage()
498 const MapperValue &value = entry->second->second; in mapUsage()