Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DPhysicalDevice.cpp332 float physHeightInch = (float)mmHeight * 0.039370f; in updateDisplayConfigs() local
337 if (physWidthInch && physHeightInch) { in updateDisplayConfigs()
339 dpiY = mode.vdisplay / physHeightInch; in updateDisplayConfigs()
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DPhysicalDevice.cpp333 float physHeightInch = (float)mmHeight * 0.039370f; in updateDisplayConfigs() local
338 if (physWidthInch && physHeightInch) { in updateDisplayConfigs()
340 dpiY = mode.vdisplay / physHeightInch; in updateDisplayConfigs()