Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_mdpcomp.cpp834 int layerPixelCount, minPixelCount = 0; in fullMDPCompWithPTOR() local
841 layerPixelCount = (crop.right - crop.left) * (crop.bottom - crop.top); in fullMDPCompWithPTOR()
847 if((3 * (layerPixelCount + minPixelCount)) > in fullMDPCompWithPTOR()
870 minPixelCount += layerPixelCount; in fullMDPCompWithPTOR()