Searched refs:arrayHeight (Results 1 – 2 of 2) sorted by relevance
1012 int32_t arrayHeight; in buildFastInfo() local1017 arrayHeight = activeArraySize.data.i32[1]; in buildFastInfo()1020 arrayHeight = activeArraySize.data.i32[3]; in buildFastInfo()1205 fastInfo.arrayHeight = arrayHeight; in buildFastInfo()2876 ALOG_ASSERT( (ret >= 0 && ret < fastInfo.arrayHeight), in cropYToArray()2878 ret, fastInfo.arrayHeight); in cropYToArray()2907 return (y + 1000) * (fastInfo.arrayHeight - 1) / 2000; in normalizedYToArray()2954 return y * 2000 / (fastInfo.arrayHeight - 1) - 1000; in arrayYToNormalizedWithCrop()3208 previewHeight, fastInfo.arrayWidth, fastInfo.arrayHeight); in calculateCropRegion()3222 float arrayRatio = 1.f * fastInfo.arrayWidth / fastInfo.arrayHeight; in calculateCropRegion()[all …]
231 int32_t arrayHeight; member