Home
last modified time | relevance | path

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

/hardware/google/av/codec2/include/
DC2Enum.h39 class _C2EnumConst {
42 inline _C2EnumConst(T value) : _mValue(value) {} in _C2EnumConst() function
57 #define _C2_GET_ENUM_VALUE(x, type) (_C2EnumConst<type>)x