Searched refs:maxPrivInputSize (Results 1 – 1 of 1) sorted by relevance
1239 Size maxPrivInputSize = {0, 0}; in buildFastInfo() local1243 if (sc.width * sc.height > maxPrivInputSize.width * maxPrivInputSize.height) { in buildFastInfo()1244 maxPrivInputSize = {sc.width, sc.height}; in buildFastInfo()1248 fastInfo.maxZslSize = maxPrivInputSize; in buildFastInfo()