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.cpp229 this->ports[INPORT_INDEX]->FlushPort(); in ProcessorProcess()
230 this->ports[OUTPORT_INDEX]->FlushPort(); in ProcessorProcess()
245 this->ports[INPORT_INDEX]->FlushPort(); in ProcessorProcess()
246 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.cpp902 OMX_ERRORTYPE PortBase::FlushPort(void) in FlushPort() function in PortBase
1046 FlushPort(); in TransState()
1080 FlushPort(); in ReportPortSettingsChanged()
Dcomponentbase.cpp1296 FlushPort(port_index, 1); in CmdHandler()
1502 FlushPort(OMX_ALL, 0); in TransStateToIdle()
1681 void ComponentBase::FlushPort(OMX_U32 port_index, bool notify) in FlushPort() function in ComponentBase
1701 ports[i]->FlushPort(); in FlushPort()
1960 ports[i]->FlushPort(); in Work()