Searched refs:numRoles2 (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/media/msm8974/libstagefrighthw/ |
D | QComOMXPlugin.cpp | 128 OMX_U32 numRoles2; in getRolesOfComponent() local 130 const_cast<OMX_STRING>(name), &numRoles2, array); in getRolesOfComponent() 136 if (numRoles2 != numRoles) { in getRolesOfComponent()
|
/hardware/qcom/media/msm8998/libstagefrighthw/ |
D | QComOMXPlugin.cpp | 128 OMX_U32 numRoles2; in getRolesOfComponent() local 130 const_cast<OMX_STRING>(name), &numRoles2, array); in getRolesOfComponent() 136 if (numRoles2 != numRoles) { in getRolesOfComponent()
|
/hardware/qcom/media/msm8996/libstagefrighthw/ |
D | QComOMXPlugin.cpp | 128 OMX_U32 numRoles2; in getRolesOfComponent() local 130 const_cast<OMX_STRING>(name), &numRoles2, array); in getRolesOfComponent() 136 if (numRoles2 != numRoles) { in getRolesOfComponent()
|
/hardware/intel/common/libstagefrighthw/ |
D | WrsOMXPlugin.cpp | 205 OMX_U32 numRoles2 = numRoles; in getRolesOfComponent() local 207 const_cast<OMX_STRING>(name), &numRoles2, array); in getRolesOfComponent() 210 CHECK_EQ(numRoles, numRoles2); in getRolesOfComponent()
|
/hardware/intel/common/utils/ISV/omx/ |
D | isv_omxcore.cpp | 332 OMX_U32 numRoles2 = numRoles; in OMX_GetRolesOfComponent() local 334 const_cast<OMX_STRING>(compName), &numRoles2, array); in OMX_GetRolesOfComponent()
|