Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Enum.h109 std::vector<C2Value::Primitive> { _C2_MAP(_C2_GET_ENUM_VALUE, type, __VA_ARGS__) }, \
110 { _C2_MAP(_C2_GET_ENUM_NAME, type, __VA_ARGS__) }, \
D_C2MacroUtils.h151 #define _C2_MAP(fn, arg, ...) _C2_MAP__(_C2_ARGC(__VA_ARGS__), fn, arg, ##__VA_ARGS__) macro