Searched refs:mArrayHeight (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/ |
D | ZoomRatioMapper.h | 43 mArrayWidth(other.mArrayWidth), mArrayHeight(other.mArrayHeight), in ZoomRatioMapper() 80 int32_t mArrayWidth, mArrayHeight; variable
|
D | UHRCropAndMeteringRegionMapper.cpp | 47 &mArrayHeight)) { in UHRCropAndMeteringRegionMapper() 61 &mArrayHeight)) { in UHRCropAndMeteringRegionMapper() 77 __FUNCTION__, mArrayWidth, mArrayHeight, mArrayWidthMaximumResolution, in UHRCropAndMeteringRegionMapper()
|
D | RotateAndCropMapper.cpp | 57 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()
|
D | UHRCropAndMeteringRegionMapper.h | 49 int32_t mArrayHeight = 0; variable
|
D | RotateAndCropMapper.h | 62 int32_t mArrayWidth, mArrayHeight; variable
|
D | DistortionMapper.cpp | 92 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()
|
D | ZoomRatioMapper.cpp | 177 mArrayHeight = arrayH; in ZoomRatioMapper() 182 mArrayHeight = activeH; in ZoomRatioMapper() 189 __FUNCTION__, mArrayWidth, mArrayHeight, mArrayWidthMaximumResolution, in ZoomRatioMapper() 213 *arrayHeight = mArrayHeight; in getArrayDimensionsToBeUsed()
|
D | DistortionMapper.h | 150 float mArrayWidth, mArrayHeight; member
|