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

  /external/opencore/codecs_v2/omx/omx_baseclass/src/
pv_omxcomponent.cpp 673 * @param PortIndex the ID of the port to be flushed
676 OMX_ERRORTYPE OmxComponentBase::FlushPort(OMX_S32 PortIndex)
689 if (OMX_PORT_INPUTPORT_INDEX == PortIndex || OMX_PORT_ALLPORT_INDEX == PortIndex)
719 if (OMX_PORT_OUTPUTPORT_INDEX == PortIndex || OMX_PORT_ALLPORT_INDEX == PortIndex)
758 void OmxComponentBase::DisableSinglePort(OMX_U32 PortIndex)
760 ipPorts[PortIndex]->PortParam.bEnabled = OMX_FALSE;
762 if (PORT_IS_POPULATED(ipPorts[PortIndex]) && OMX_TRUE == iIsInit)
768 ipPorts[PortIndex]->NumBufferFlushed = 0
    [all...]
  /external/opencore/codecs_v2/omx/omx_baseclass/include/
pv_omxcomponent.h 404 OMX_ERRORTYPE DisablePort(OMX_S32 PortIndex);
405 void DisableSinglePort(OMX_U32 PortIndex);
407 OMX_ERRORTYPE EnablePort(OMX_S32 PortIndex);
408 void EnableSinglePort(OMX_U32 PortIndex);
410 OMX_ERRORTYPE FlushPort(OMX_S32 PortIndex);
439 void ResetAfterFlush(OMX_S32 PortIndex);
  /external/opencore/codecs_v2/omx/omx_h264enc/src/
omx_avcenc_component.cpp     [all...]
  /external/opencore/codecs_v2/omx/omx_m4venc/src/
omx_mpeg4enc_component.cpp     [all...]

Completed in 42 milliseconds