Home
last modified time | relevance | path

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

/frameworks/av/media/utils/tests/
Dextended_accumulator_tests.cpp33 template <typename TType, typename CType>
35 static_assert(sizeof(TType) < sizeof(CType)); in getBase()
37 return std::numeric_limits<TType>::max() + 1; in getBase()
80 using TType = uint8_t; in TEST() typedef
82 static constexpr CType max = std::numeric_limits<TType>::max(); in TEST()
85 testPair<TType, CType>(i, static_cast<int64_t>(j)); in TEST()
93 using TType = uint8_t; in TEST() typedef
95 static constexpr CType max = std::numeric_limits<TType>::max(); in TEST()
98 testPair<TType, CType>(i, static_cast<int64_t>(j)); in TEST()