Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp982 int32_t arrayWidth; in buildFastInfo() local
987 arrayWidth = activeArraySize.data.i32[0]; in buildFastInfo()
990 arrayWidth = activeArraySize.data.i32[2]; in buildFastInfo()
1171 fastInfo.arrayWidth = arrayWidth; in buildFastInfo()
2745 ALOG_ASSERT( (ret >= 0 && ret < fastInfo.arrayWidth), in cropXToArray()
2747 ret, fastInfo.arrayWidth); in cropXToArray()
2783 return (x + 1000) * (fastInfo.arrayWidth - 1) / 2000; in normalizedXToArray()
2828 return x * 2000 / (fastInfo.arrayWidth - 1) - 1000; in arrayXToNormalizedWithCrop()
3027 previewHeight, fastInfo.arrayWidth, fastInfo.arrayHeight); in calculateCropRegion()
3041 float arrayRatio = 1.f * fastInfo.arrayWidth / fastInfo.arrayHeight; in calculateCropRegion()
[all …]
DZslProcessor.cpp245 if (currentWidth != (uint32_t)params.fastInfo.arrayWidth || in updateStream()
290 res = device->createInputStream(params.fastInfo.arrayWidth, in updateStream()
313 res = device->createStream(outSurface, params.fastInfo.arrayWidth, in updateStream()
DParameters.h218 int32_t arrayWidth; member