Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_mastercore/include/
Domx_interface.h62 OMX_INOUT OMX_U8 **compNames);
183 OMX_INOUT OMX_U8 **compNames);
/external/opencore/codecs_v2/omx/omx_common/include/
Dpv_omxcore.h118 OMX_INOUT OMX_U8 **compNames);
302 OMX_INOUT OMX_U8 **compNames);
/external/opencore/codecs_v2/omx/omx_common/src/
Dpv_omxcore.cpp1177 OMX_INOUT OMX_U8 **compNames) in OMX_MasterGetComponentsOfRole() argument
1179 return OMX_GetComponentsOfRole(role, pNumComps, compNames); in OMX_MasterGetComponentsOfRole()
1186 OMX_INOUT OMX_U8 **compNames) in OMX_GetComponentsOfRole() argument
1215 if (compNames != NULL) in OMX_GetComponentsOfRole()
1217 … oscl_strncpy((OMX_STRING) compNames[*pNumComps], (data->ipRegTemplateList[ii])->ComponentName, in OMX_GetComponentsOfRole()
/external/opencore/codecs_v2/omx/omx_mastercore/src/
Dpv_omxmastercore.cpp789 OMX_INOUT OMX_U8 **compNames) in OMX_MasterGetComponentsOfRole() argument
813 if (NULL != compNames) in OMX_MasterGetComponentsOfRole()
815 oscl_strncpy((OMX_STRING)compNames[*pNumComps], in OMX_MasterGetComponentsOfRole()
/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Core.h1410 OMX_INOUT OMX_U8 **compNames);