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()
82 int32_t mArrayWidth, mArrayHeight; variable
DUHRCropAndMeteringRegionMapper.cpp47 &mArrayHeight)) { in UHRCropAndMeteringRegionMapper()
61 &mArrayHeight)) { in UHRCropAndMeteringRegionMapper()
77 __FUNCTION__, mArrayWidth, mArrayHeight, mArrayWidthMaximumResolution, in UHRCropAndMeteringRegionMapper()
DRotateAndCropMapper.cpp60 mArrayHeight = entry.data.i32[3]; in RotateAndCropMapper()
61 mArrayAspect = static_cast<float>(mArrayWidth) / mArrayHeight; in RotateAndCropMapper()
77 int32_t ch = mArrayHeight; in updateCaptureRequest()
193 int32_t ch = mArrayHeight; in updateCaptureResult()
329 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.cpp94 mapperInfo->mArrayHeight = static_cast<float>(array.data.i32[3]); in setupStaticInfoLocked()
335 float scaleY = mapperInfo->mActiveHeight / mapperInfo->mArrayHeight; in mapRawToCorrectedSimple()
406 yr = std::min(mapperInfo->mArrayHeight - 1, std::max(0.f, yr)); in mapCorrectedToRawImpl()
421 float scaleY = mapperInfo->mArrayHeight / mapperInfo->mActiveHeight; in mapCorrectedToRawImplSimple()
429 rawY = std::min(mapperInfo->mArrayHeight - 1, std::max(0.f, rawY)); in mapCorrectedToRawImplSimple()
471 float gridSpacingY = (mapperInfo->mArrayHeight + 2 * gridMargin) / kGridSize; in buildGrids()
DZoomRatioMapper.cpp180 mArrayHeight = arrayH; in ZoomRatioMapper()
185 mArrayHeight = activeH; in ZoomRatioMapper()
192 __FUNCTION__, mArrayWidth, mArrayHeight, mArrayWidthMaximumResolution, in ZoomRatioMapper()
216 *arrayHeight = mArrayHeight; in getArrayDimensionsToBeUsed()
DDistortionMapper.h150 float mArrayWidth, mArrayHeight; member