Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Param.h885 inline static constexpr type_t typeFor() { in typeFor() function
891 C2Value(T value) : _mType(typeFor<T>()), _mValue(value) { } in C2Value()
899 if (_mType == typeFor<T>()) { in get()