Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ISV/omx/
Disv_omxcomponent.cpp117 mVPPOn = ISVProfile::isFRCOn() || ISVProfile::isVPPOn(); in ISVComponent()
118 ALOGD_IF(ISV_COMPONENT_DEBUG, "%s: mVPPOn %d", __func__, mVPPOn); in ISVComponent()
142 mVPPOn = false; in ~ISVComponent()
231 if (mVPPEnabled && mVPPOn) { in ISV_SendCommand()
262 if (err == OMX_ErrorNone && mVPPEnabled && mVPPOn) { in ISV_GetParameter()
313 if (mVPPOn) { in ISV_SetParameter()
343 if (err == OMX_ErrorNone && mVPPEnabled && mVPPOn) { in ISV_SetParameter()
425 if (err == OMX_ErrorNone && mVPPEnabled && mVPPOn) { in ISV_GetConfig()
557 && mVPPOn in ISV_UseBuffer()
613 if(mVPPEnabled && mVPPOn in ISV_FreeBuffer()
[all …]
/hardware/intel/common/utils/ISV/include/
Disv_omxcomponent.h292 bool mVPPOn; variable