Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8226/libhwcomposer/
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()
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_mdpcomp.cpp941 int layerPixelCount, minPixelCount = 0; in fullMDPCompWithPTOR() local
948 layerPixelCount = (crop.right - crop.left) * (crop.bottom - crop.top); in fullMDPCompWithPTOR()
954 if((3 * (layerPixelCount + minPixelCount)) > in fullMDPCompWithPTOR()
978 minPixelCount += layerPixelCount; in fullMDPCompWithPTOR()
/hardware/qcom/display/msm8994/libhwcomposer/
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()