Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/tests/
DC2UtilTest.cpp32 static_assert(0 == _C2_ARGC(), "should be 0");
33 static_assert(1 == _C2_ARGC(1), "should be 1");
34 static_assert(2 == _C2_ARGC(1, 2), "should be 2");
35 static_assert(64 == _C2_ARGC(
40 static_assert(0 == _C2_ARGC(,), "should be 0");
41 static_assert(1 == _C2_ARGC(1,), "should be 1");
42 static_assert(2 == _C2_ARGC(1, 2,), "should be 2");
43 static_assert(64 == _C2_ARGC(
/frameworks/av/media/codec2/core/include/
D_C2MacroUtils.h50 #define _C2_ARGC(...) _C2_ARGC_1(0, ##__VA_ARGS__, \ macro
151 #define _C2_MAP(fn, arg, ...) _C2_MAP__(_C2_ARGC(__VA_ARGS__), fn, arg, ##__VA_ARGS__)