Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXComponentDefines.h22 #define DECLARE_HANDLER(CLASS, FUNC)\ argument
24 return ((CLASS*)inst)->Get##FUNC(pStructure);\
27 return ((CLASS*)inst)->Set##FUNC(pStructure);\
103 #define DECLARE_OMX_COMPONENT(NAME, ROLE, CLASS) \ argument
108 ComponentBase *inst = new CLASS;\