Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp1239 Size maxPrivInputSize = {0, 0}; in buildFastInfo() local
1243 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()