Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp842 int layerPixelCount, minPixelCount = 0; in fullMDPCompWithPTOR() local
849 layerPixelCount = (crop.right - crop.left) * (crop.bottom - crop.top); in fullMDPCompWithPTOR()
855 if((3 * (layerPixelCount + minPixelCount)) > in fullMDPCompWithPTOR()
878 minPixelCount += layerPixelCount; in fullMDPCompWithPTOR()
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp943 int layerPixelCount, minPixelCount = 0; in fullMDPCompWithPTOR() local
950 layerPixelCount = (crop.right - crop.left) * (crop.bottom - crop.top); in fullMDPCompWithPTOR()
956 if((3 * (layerPixelCount + minPixelCount)) > in fullMDPCompWithPTOR()
980 minPixelCount += layerPixelCount; in fullMDPCompWithPTOR()