Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/codec2/tests/
H A DC2_test.cpp67 constexpr auto max_u32_u64 = c2_max(uint32_t(3), uint64_t(2)); variable
68 static_assert(std::is_same<decltype(max_u32_u64), const uint64_t>::value, "should be uint64_t");
73 static_assert(c2_const_checker<max_u32_u64>::num() == 3, "should be 3");