Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:layerPixelCount

928     int layerPixelCount, minPixelCount = 0;
935 layerPixelCount = (crop.right - crop.left) * (crop.bottom - crop.top);
941 if((3 * (layerPixelCount + minPixelCount)) >
965 minPixelCount += layerPixelCount;