Home
last modified time | relevance | path

Searched refs:mArrayHeight (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DZoomRatioMapper.h43 mArrayWidth(other.mArrayWidth), mArrayHeight(other.mArrayHeight), in ZoomRatioMapper()
80 int32_t mArrayWidth, mArrayHeight; variable
DUHRCropAndMeteringRegionMapper.cpp47 &mArrayHeight)) { in UHRCropAndMeteringRegionMapper()
61 &mArrayHeight)) { in UHRCropAndMeteringRegionMapper()
77 __FUNCTION__, mArrayWidth, mArrayHeight, mArrayWidthMaximumResolution, in UHRCropAndMeteringRegionMapper()
DRotateAndCropMapper.cpp57 mArrayHeight = entry.data.i32[3]; in RotateAndCropMapper()
58 mArrayAspect = static_cast<float>(mArrayWidth) / mArrayHeight; in RotateAndCropMapper()
74 int32_t ch = mArrayHeight; in updateCaptureRequest()
190 int32_t ch = mArrayHeight; in updateCaptureResult()
326 pts[i + 1] = std::min(std::max(ny, 0), mArrayHeight); in transformPoints()
DUHRCropAndMeteringRegionMapper.h49 int32_t mArrayHeight = 0; variable
DRotateAndCropMapper.h62 int32_t mArrayWidth, mArrayHeight; variable
DDistortionMapper.cpp92 mapperInfo->mArrayHeight = static_cast<float>(array.data.i32[3]); in setupStaticInfoLocked()
333 float scaleY = mapperInfo->mActiveHeight / mapperInfo->mArrayHeight; in mapRawToCorrectedSimple()
404 yr = std::min(mapperInfo->mArrayHeight - 1, std::max(0.f, yr)); in mapCorrectedToRawImpl()
419 float scaleY = mapperInfo->mArrayHeight / mapperInfo->mActiveHeight; in mapCorrectedToRawImplSimple()
427 rawY = std::min(mapperInfo->mArrayHeight - 1, std::max(0.f, rawY)); in mapCorrectedToRawImplSimple()
469 float gridSpacingY = (mapperInfo->mArrayHeight + 2 * gridMargin) / kGridSize; in buildGrids()
DZoomRatioMapper.cpp177 mArrayHeight = arrayH; in ZoomRatioMapper()
182 mArrayHeight = activeH; in ZoomRatioMapper()
189 __FUNCTION__, mArrayWidth, mArrayHeight, mArrayWidthMaximumResolution, in ZoomRatioMapper()
213 *arrayHeight = mArrayHeight; in getArrayDimensionsToBeUsed()
DDistortionMapper.h150 float mArrayWidth, mArrayHeight; member