Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/merrifield/include/
DVirtualDevice.h130 uint32_t mVspWidth; variable
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp1724 if (mVspEnabled && width == mVspWidth && height == mVspHeight) in vspPrepare()
1729 ITRACE("Going to switch VSP from %ux%u to %ux%u", mVspWidth, mVspHeight, width, height); in vspPrepare()
1735 mVspWidth = width; in vspPrepare()
2219 mVspWidth = 0; in initialize()