Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/merrifield/include/
DVirtualDevice.h214 uint32_t mDecHeight; variable
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp642 mDecHeight(0) in VirtualDevice()
886 mDecHeight = 0; in prepare()
2063 if (mDecWidth == width && mDecHeight == height) in setMaxDecodeResolution()
2080 mDecHeight = height; in setMaxDecodeResolution()
2081 ITRACE("Set scaling to %ux%u",mDecWidth, mDecHeight); in setMaxDecodeResolution()