Home
last modified time | relevance | path

Searched refs:FlushPort (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DOMXVideoDecoderAVCSecure.cpp220 this->ports[INPORT_INDEX]->FlushPort(); in ProcessorProcess()
221 this->ports[OUTPORT_INDEX]->FlushPort(); in ProcessorProcess()
236 this->ports[INPORT_INDEX]->FlushPort(); in ProcessorProcess()
237 this->ports[OUTPORT_INDEX]->FlushPort(); in ProcessorProcess()
/hardware/intel/common/wrs_omxil_core/base/inc/
Dportbase.h114 OMX_ERRORTYPE FlushPort(void);
Dcomponentbase.h336 void FlushPort(OMX_U32 port_index, bool notify);
/hardware/intel/common/wrs_omxil_core/base/src/
Dportbase.cpp892 OMX_ERRORTYPE PortBase::FlushPort(void) in FlushPort() function in PortBase
1036 FlushPort(); in TransState()
1070 FlushPort(); in ReportPortSettingsChanged()
Dcomponentbase.cpp1297 FlushPort(port_index, 1); in CmdHandler()
1503 FlushPort(OMX_ALL, 0); in TransStateToIdle()
1682 void ComponentBase::FlushPort(OMX_U32 port_index, bool notify) in FlushPort() function in ComponentBase
1702 ports[i]->FlushPort(); in FlushPort()
1961 ports[i]->FlushPort(); in Work()