Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DZoomRatioMapper.cpp213 *arrayHeight = mArrayHeight; in getArrayDimensionsToBeUsed()
227 int arrayHeight, arrayWidth = 0; in updateCaptureRequest() local
270 int arrayHeight, arrayWidth = 0; in updateCaptureResult() local
291 int arrayWidth, int arrayHeight) { in deriveZoomRatio() argument
330 int arrayWidth, int arrayHeight) { in separateZoomFromCropLocked() argument
359 arrayHeight); in separateZoomFromCropLocked()
365 arrayHeight); in separateZoomFromCropLocked()
388 int arrayWidth, int arrayHeight) { in combineZoomAndCropLocked() argument
406 arrayHeight); in combineZoomAndCropLocked()
412 arrayHeight); in combineZoomAndCropLocked()
[all …]
H A DZoomRatioMapper.h71 float scaleRatio, bool clamp, int32_t arrayWidth, int32_t arrayHeight);
86 int arrayHeight);
88 int32_t arrayHeight);
91 int arrayHeight);
93 int arrayHeight);
95 int32_t *arrayHeight);
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp1014 int32_t arrayHeight; in buildFastInfo() local
1019 arrayHeight = activeArraySize.data.i32[1]; in buildFastInfo()
1022 arrayHeight = activeArraySize.data.i32[3]; in buildFastInfo()
1207 fastInfo.arrayHeight = arrayHeight; in buildFastInfo()
2901 ALOG_ASSERT( (ret >= 0 && ret < fastInfo.arrayHeight), in cropYToArray()
2903 ret, fastInfo.arrayHeight); in cropYToArray()
2979 return y * 2000 / (fastInfo.arrayHeight - 1) - 1000; in arrayYToNormalizedWithCrop()
3260 zoomHeight = fastInfo.arrayHeight / zoomRatio; in calculateCropRegion()
3268 zoomHeight = fastInfo.arrayHeight / zoomRatio; in calculateCropRegion()
3273 zoomTop = (fastInfo.arrayHeight - zoomHeight) / 2; in calculateCropRegion()
[all …]
H A DParameters.h231 int32_t arrayHeight; member