Lines Matching refs:nIndex
292 OMX_IN OMX_INDEXTYPE nIndex, in SetParameter() argument
297 return pComp->ISV_SetParameter(nIndex, pComponentParameterStructure); in SetParameter()
301 OMX_IN OMX_INDEXTYPE nIndex, in ISV_SetParameter() argument
304 ALOGD_IF(ISV_COMPONENT_DEBUG, "%s: nIndex 0x%08x", __func__, nIndex); in ISV_SetParameter()
306 if (nIndex == static_cast<OMX_INDEXTYPE>(OMX_IndexExtSetISVMode)) { in ISV_SetParameter()
336 nIndex, in ISV_SetParameter()
342 err = OMX_SetParameter(mComponent, nIndex, pComponentParameterStructure); in ISV_SetParameter()
344 if (nIndex == OMX_IndexParamPortDefinition) { in ISV_SetParameter()
382 && nIndex == static_cast<OMX_INDEXTYPE>(mUseAndroidNativeBufferIndex)) { in ISV_SetParameter()
392 if (nIndex == static_cast<OMX_INDEXTYPE>(mStoreMetaDataInBuffersIndex)) { in ISV_SetParameter()
410 OMX_IN OMX_INDEXTYPE nIndex, in GetConfig() argument
415 return pComp->ISV_GetConfig(nIndex, pComponentConfigStructure); in GetConfig()
419 OMX_IN OMX_INDEXTYPE nIndex, in ISV_GetConfig() argument
422 ALOGD_IF(ISV_COMPONENT_DEBUG, "%s: nIndex 0x%08x", __func__, nIndex); in ISV_GetConfig()
424 OMX_ERRORTYPE err = OMX_GetConfig(mComponent, nIndex, pComponentConfigStructure); in ISV_GetConfig()
426 if (nIndex == OMX_IndexConfigCommonOutputCrop) { in ISV_GetConfig()
441 OMX_IN OMX_INDEXTYPE nIndex, in SetConfig() argument
446 return pComp->ISV_SetConfig(nIndex, pComponentConfigStructure); in SetConfig()
450 OMX_IN OMX_INDEXTYPE nIndex, in ISV_SetConfig() argument
453 ALOGD_IF(ISV_COMPONENT_DEBUG, "%s: nIndex 0x%08x", __func__, nIndex); in ISV_SetConfig()
455 if (nIndex == static_cast<OMX_INDEXTYPE>(OMX_IndexConfigAutoFramerateConversion)) { in ISV_SetConfig()
467 return OMX_SetConfig(mComponent, nIndex, pComponentConfigStructure); in ISV_SetConfig()
860 OMX_IN OMX_U32 nIndex) in ComponentRoleEnum() argument
864 return pComp->ISV_ComponentRoleEnum(cRole, nIndex); in ComponentRoleEnum()
869 OMX_IN OMX_U32 nIndex) in ISV_ComponentRoleEnum() argument
873 return mComponent->ComponentRoleEnum(mComponent, cRole, nIndex); in ISV_ComponentRoleEnum()