Home
last modified time | relevance | path

Searched defs:c2_cntr_t (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/codec2/core/include/
DC2.h190 class C2_HIDE c2_cntr_t; variable
249 inline constexpr c2_cntr_t() : mValue(T(0)) {} in c2_cntr_t() function
255 inline constexpr c2_cntr_t(const U &value) : mValue(compat::get(value)) {} in c2_cntr_t() function