Searched refs:maxPrivInputSize (Results 1 – 1 of 1) sorted by relevance
1283 Size maxPrivInputSize = {0, 0}; in buildFastInfo() local1287 if (sc.width * sc.height > maxPrivInputSize.width * maxPrivInputSize.height) { in buildFastInfo()1288 maxPrivInputSize = {sc.width, sc.height}; in buildFastInfo()1292 fastInfo.maxZslSize = maxPrivInputSize; in buildFastInfo()1293 fastInfo.usedZslSize = maxPrivInputSize; in buildFastInfo()