Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2ParamDef.h117 struct C2_HIDE _C2Flexible struct
122 #define IF_FLEXIBLE(S) ENABLE_IF(_C2Flexible<S>::value)
/frameworks/av/media/codec2/tests/
DC2Param_test.cpp1727 static_assert(_C2Flexible<_Flex>::value, "should be flexible"); in StaticTest()
1728 static_assert(!_C2Flexible<_NonFlex>::value, "should not be flexible"); in StaticTest()