Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp902 int32_t arrayHeight; in buildFastInfo() local
907 arrayHeight = activeArraySize.data.i32[1]; in buildFastInfo()
910 arrayHeight = activeArraySize.data.i32[3]; in buildFastInfo()
1071 fastInfo.arrayHeight = arrayHeight; in buildFastInfo()
2604 ALOG_ASSERT( (ret >= 0 && ret < fastInfo.arrayHeight), in cropYToArray()
2606 ret, fastInfo.arrayHeight); in cropYToArray()
2668 return height * 2000 / (fastInfo.arrayHeight - 1) - 1000; in arrayYToNormalized()
2687 return (y + 1000) * (fastInfo.arrayHeight - 1) / 2000; in normalizedYToArray()
2861 previewHeight, fastInfo.arrayWidth, fastInfo.arrayHeight); in calculateCropRegion()
2926 float arrayRatio = 1.f * fastInfo.arrayWidth / fastInfo.arrayHeight; in calculateCropRegion()
[all …]
DZslProcessor3.cpp161 currentHeight != (uint32_t)params.fastInfo.arrayHeight) { in updateStream()
186 params.fastInfo.arrayWidth, params.fastInfo.arrayHeight, in updateStream()
DZslProcessor.cpp158 currentHeight != (uint32_t)params.fastInfo.arrayHeight) { in updateStream()
188 params.fastInfo.arrayWidth, params.fastInfo.arrayHeight, in updateStream()
DParameters.h202 int32_t arrayHeight; member