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

  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 216 OMX_IN OMX_U32 nParam1,
221 return pComp->ISV_SendCommand(Cmd, nParam1, pCmdData);
226 OMX_IN OMX_U32 nParam1,
229 ALOGD_IF(ISV_COMPONENT_DEBUG, "%s: Cmd index 0x%08x, nParam1 %d", __func__, Cmd, nParam1);
232 if ((Cmd == OMX_CommandFlush && (nParam1 == kPortIndexOutput || nParam1 == OMX_ALL))
233 || (Cmd == OMX_CommandStateSet && nParam1 == OMX_StateIdle)
234 || (Cmd == OMX_CommandPortDisable && nParam1 == 1)) {
241 return OMX_SendCommand(mComponent, Cmd, nParam1, pCmdData)
    [all...]
  /hardware/intel/common/utils/ISV/include/
isv_omxcomponent.h 91 OMX_IN OMX_U32 nParam1,
95 OMX_IN OMX_U32 nParam1,
  /hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h 122 OMX_IN OMX_U32 nParam1,
127 OMX_IN OMX_U32 nParam1,
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 358 OMX_IN OMX_U32 nParam1,
371 return cbase->CBaseSendCommand(hComponent, Cmd, nParam1, pCmdData);
377 OMX_IN OMX_U32 nParam1,
393 OMX_U32 port_index = nParam1;
401 OMX_U32 port_index = nParam1;
410 OMX_U32 port_index = nParam1;
437 cmd->param1 = nParam1;
    [all...]
  /frameworks/native/headers/media_plugin/media/openmax/
OMX_Component.h 367 OMX_IN OMX_U32 nParam1,
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Component.h 350 OMX_IN OMX_U32 nParam1,
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Component.h 350 OMX_IN OMX_U32 nParam1,
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Component.h 350 OMX_IN OMX_U32 nParam1,
  /hardware/qcom/media/msm8998/mm-core/inc/
OMX_Component.h 350 OMX_IN OMX_U32 nParam1,

Completed in 209 milliseconds