Searched refs:arrayHeight (Results 1 – 4 of 4) sorted by relevance
902 int32_t arrayHeight; in buildFastInfo() local907 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 …]
161 currentHeight != (uint32_t)params.fastInfo.arrayHeight) { in updateStream()186 params.fastInfo.arrayWidth, params.fastInfo.arrayHeight, in updateStream()
158 currentHeight != (uint32_t)params.fastInfo.arrayHeight) { in updateStream()188 params.fastInfo.arrayWidth, params.fastInfo.arrayHeight, in updateStream()
202 int32_t arrayHeight; member