Searched refs:arrayHeight (Results 1 – 3 of 3) sorted by relevance
935 int32_t arrayHeight; in buildFastInfo() local940 arrayHeight = activeArraySize.data.i32[1]; in buildFastInfo()943 arrayHeight = activeArraySize.data.i32[3]; in buildFastInfo()1104 fastInfo.arrayHeight = arrayHeight; in buildFastInfo()2622 ALOG_ASSERT( (ret >= 0 && ret < fastInfo.arrayHeight), in cropYToArray()2624 ret, fastInfo.arrayHeight); in cropYToArray()2653 return (y + 1000) * (fastInfo.arrayHeight - 1) / 2000; in normalizedYToArray()2700 return y * 2000 / (fastInfo.arrayHeight - 1) - 1000; in arrayYToNormalizedWithCrop()2926 previewHeight, fastInfo.arrayWidth, fastInfo.arrayHeight); in calculateCropRegion()2940 float arrayRatio = 1.f * fastInfo.arrayWidth / fastInfo.arrayHeight; in calculateCropRegion()[all …]
159 currentHeight != (uint32_t)params.fastInfo.arrayHeight) { in updateStream()184 params.fastInfo.arrayWidth, params.fastInfo.arrayHeight, in updateStream()
205 int32_t arrayHeight; member