Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DZslProcessor.cpp235 res = device->createInputStream(params.fastInfo.maxZslSize.width, in updateStream()
236 params.fastInfo.maxZslSize.height, HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED, in updateStream()
258 res = device->createStream(outSurface, params.fastInfo.maxZslSize.width, in updateStream()
259 params.fastInfo.maxZslSize.height, HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED, in updateStream()
DParameters.h250 Size maxZslSize; member
DParameters.cpp1248 fastInfo.maxZslSize = maxPrivInputSize; in buildFastInfo()
1250 fastInfo.maxZslSize = {0, 0}; in buildFastInfo()