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

/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dportbase.h114 OMX_ERRORTYPE FlushPort(void);
H A Dcomponentbase.h336 void FlushPort(OMX_U32 port_index, bool notify);
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DOMXVideoDecoderAVCSecure.cpp229 this->ports[INPORT_INDEX]->FlushPort();
230 this->ports[OUTPORT_INDEX]->FlushPort();
245 this->ports[INPORT_INDEX]->FlushPort();
246 this->ports[OUTPORT_INDEX]->FlushPort();
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dportbase.cpp902 OMX_ERRORTYPE PortBase::FlushPort(void) function in class:PortBase
1046 FlushPort();
1080 FlushPort();
H A Dcomponentbase.cpp1302 FlushPort(port_index, 1);
1508 FlushPort(OMX_ALL, 0);
1687 void ComponentBase::FlushPort(OMX_U32 port_index, bool notify) function in class:ComponentBase
1707 ports[i]->FlushPort();
1972 ports[i]->FlushPort();

Completed in 442 milliseconds