Searched refs:pNumComps (Results 1 – 5 of 5) sorted by relevance
/external/opencore/codecs_v2/omx/omx_common/src/ |
D | pv_omxcore.cpp | 1176 OMX_INOUT OMX_U32 *pNumComps, in OMX_MasterGetComponentsOfRole() argument 1179 return OMX_GetComponentsOfRole(role, pNumComps, compNames); in OMX_MasterGetComponentsOfRole() 1185 OMX_INOUT OMX_U32 *pNumComps, in OMX_GetComponentsOfRole() argument 1199 *pNumComps = 0; in OMX_GetComponentsOfRole() 1217 … oscl_strncpy((OMX_STRING) compNames[*pNumComps], (data->ipRegTemplateList[ii])->ComponentName, in OMX_GetComponentsOfRole() 1221 *pNumComps = (*pNumComps + 1); in OMX_GetComponentsOfRole()
|
/external/opencore/codecs_v2/omx/omx_mastercore/include/ |
D | omx_interface.h | 61 OMX_INOUT OMX_U32 *pNumComps, 182 OMX_INOUT OMX_U32 *pNumComps,
|
/external/opencore/codecs_v2/omx/omx_mastercore/src/ |
D | pv_omxmastercore.cpp | 788 OMX_INOUT OMX_U32 *pNumComps, in OMX_MasterGetComponentsOfRole() argument 794 *pNumComps = 0; in OMX_MasterGetComponentsOfRole() 815 oscl_strncpy((OMX_STRING)compNames[*pNumComps], in OMX_MasterGetComponentsOfRole() 820 *pNumComps = (*pNumComps + 1); in OMX_MasterGetComponentsOfRole()
|
/external/opencore/codecs_v2/omx/omx_common/include/ |
D | pv_omxcore.h | 117 OMX_INOUT OMX_U32 *pNumComps, 301 OMX_INOUT OMX_U32 *pNumComps,
|
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
D | OMX_Core.h | 1409 OMX_INOUT OMX_U32 *pNumComps,
|