HomeSort by relevance Sort by last modified time
    Searched refs:numRoles2 (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/media/msm8974/libstagefrighthw/
QComOMXPlugin.cpp 128 OMX_U32 numRoles2;
130 const_cast<OMX_STRING>(name), &numRoles2, array);
136 if (numRoles2 != numRoles) {
  /hardware/qcom/media/msm8996/libstagefrighthw/
QComOMXPlugin.cpp 128 OMX_U32 numRoles2;
130 const_cast<OMX_STRING>(name), &numRoles2, array);
136 if (numRoles2 != numRoles) {
  /hardware/qcom/media/msm8998/libstagefrighthw/
QComOMXPlugin.cpp 128 OMX_U32 numRoles2;
130 const_cast<OMX_STRING>(name), &numRoles2, array);
136 if (numRoles2 != numRoles) {
  /hardware/intel/common/libstagefrighthw/
WrsOMXPlugin.cpp 205 OMX_U32 numRoles2 = numRoles;
207 const_cast<OMX_STRING>(name), &numRoles2, array);
210 CHECK_EQ(numRoles, numRoles2);
  /hardware/intel/common/utils/ISV/omx/
isv_omxcore.cpp 332 OMX_U32 numRoles2 = numRoles;
334 const_cast<OMX_STRING>(compName), &numRoles2, array);

Completed in 112 milliseconds