Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/merrifield/include/
DVirtualDevice.h224 uint32_t mDecWidth; variable
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp655 mDecWidth(0), in VirtualDevice()
913 mDecWidth = 0; in prepare()
2110 if (mDecWidth == width && mDecHeight == height) in queueCompose()
2126 mDecWidth = width; in queueCompose()
2128 ITRACE("Set scaling to %ux%u",mDecWidth, mDecHeight); in queueCompose()