Home
last modified time | relevance | path

Searched refs:mVPPFlushing (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/utils/ISV/omx/
Disv_omxcomponent.cpp82 mVPPFlushing(false), in ISVComponent()
236 mVPPFlushing = true; in ISV_SendCommand()
714 …if(!mVPPEnabled || !mVPPOn || mVPPFlushing || (pBuffer->nFilledLen == 0 && !(pBuffer->nFlags & OMX… in ISV_FillBufferDone()
785 mVPPFlushing = false; in ISV_EventHandler()
/hardware/intel/common/utils/ISV/include/
Disv_omxcomponent.h293 bool mVPPFlushing; variable