Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp1012 int32_t arrayHeight; in buildFastInfo() local
1017 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 …]
DParameters.h231 int32_t arrayHeight; member