Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp942 int32_t arrayHeight; in buildFastInfo() local
947 arrayHeight = activeArraySize.data.i32[1]; in buildFastInfo()
950 arrayHeight = activeArraySize.data.i32[3]; in buildFastInfo()
1130 fastInfo.arrayHeight = arrayHeight; in buildFastInfo()
2669 ALOG_ASSERT( (ret >= 0 && ret < fastInfo.arrayHeight), in cropYToArray()
2671 ret, fastInfo.arrayHeight); in cropYToArray()
2700 return (y + 1000) * (fastInfo.arrayHeight - 1) / 2000; in normalizedYToArray()
2747 return y * 2000 / (fastInfo.arrayHeight - 1) - 1000; in arrayYToNormalizedWithCrop()
3009 previewHeight, fastInfo.arrayWidth, fastInfo.arrayHeight); in calculateCropRegion()
3023 float arrayRatio = 1.f * fastInfo.arrayWidth / fastInfo.arrayHeight; in calculateCropRegion()
[all …]
DZslProcessor.cpp159 currentHeight != (uint32_t)params.fastInfo.arrayHeight) { in updateStream()
184 params.fastInfo.arrayWidth, params.fastInfo.arrayHeight, in updateStream()
DParameters.h210 int32_t arrayHeight; member