Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:layerPixelCount

834     int layerPixelCount, minPixelCount = 0;
841 layerPixelCount = (crop.right - crop.left) * (crop.bottom - crop.top);
847 if((3 * (layerPixelCount + minPixelCount)) >
870 minPixelCount += layerPixelCount;