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

/frameworks/av/media/libstagefright/codec2/vndk/include/util/
H A DC2ParamUtils.h36 * Utility class that allows ignoring enum value assignment (e.g. both '(_C2EnumConst)kValue = x'
37 * and '(_C2EnumConst)kValue' will eval to kValue.
40 class _C2EnumConst { class in namespace:android
43 inline _C2EnumConst(T value) : _mValue(value) {} function in class:android::_C2EnumConst
58 #define _C2_GET_ENUM_VALUE(x, type) (_C2EnumConst<type>)x

Completed in 54 milliseconds