Searched refs:mArrayWidth (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | ZoomRatioMapper.h | 43 mArrayWidth(other.mArrayWidth), mArrayHeight(other.mArrayHeight), in ZoomRatioMapper() 80 int32_t mArrayWidth, mArrayHeight; variable
|
H A D | RotateAndCropMapper.cpp | 56 mArrayWidth = entry.data.i32[2]; in RotateAndCropMapper() 58 mArrayAspect = static_cast<float>(mArrayWidth) / mArrayHeight; in RotateAndCropMapper() 73 int32_t cw = mArrayWidth; in updateCaptureRequest() 189 int32_t cw = mArrayWidth; in updateCaptureResult() 325 pts[i] = std::min(std::max(nx, 0), mArrayWidth); in transformPoints()
|
H A D | UHRCropAndMeteringRegionMapper.cpp | 46 ANDROID_SENSOR_INFO_PRE_CORRECTION_ACTIVE_ARRAY_SIZE, &mArrayWidth, in UHRCropAndMeteringRegionMapper() 60 ANDROID_SENSOR_INFO_ACTIVE_ARRAY_SIZE, &mArrayWidth, in UHRCropAndMeteringRegionMapper() 77 __FUNCTION__, mArrayWidth, mArrayHeight, mArrayWidthMaximumResolution, in UHRCropAndMeteringRegionMapper()
|
H A D | DistortionMapper.cpp | 91 mapperInfo->mArrayWidth = static_cast<float>(array.data.i32[2]); in setupStaticInfoLocked() 332 float scaleX = mapperInfo->mActiveWidth / mapperInfo->mArrayWidth; in mapRawToCorrectedSimple() 403 xr = std::min(mapperInfo->mArrayWidth - 1, std::max(0.f, xr)); in mapCorrectedToRawImpl() 418 float scaleX = mapperInfo->mArrayWidth / mapperInfo->mActiveWidth; in mapCorrectedToRawImplSimple() 426 rawX = std::min(mapperInfo->mArrayWidth - 1, std::max(0.f, rawX)); in mapCorrectedToRawImplSimple() 467 float gridMargin = mapperInfo->mArrayWidth * kGridMargin; in buildGrids() 468 float gridSpacingX = (mapperInfo->mArrayWidth + 2 * gridMargin) / kGridSize; in buildGrids()
|
H A D | ZoomRatioMapper.cpp | 176 mArrayWidth = arrayW; in ZoomRatioMapper() 181 mArrayWidth = activeW; in ZoomRatioMapper() 189 __FUNCTION__, mArrayWidth, mArrayHeight, mArrayWidthMaximumResolution, in ZoomRatioMapper() 212 *arrayWidth = mArrayWidth; in getArrayDimensionsToBeUsed()
|
H A D | UHRCropAndMeteringRegionMapper.h | 48 int32_t mArrayWidth = 0; variable
|
H A D | RotateAndCropMapper.h | 62 int32_t mArrayWidth, mArrayHeight; variable
|
H A D | DistortionMapper.h | 150 float mArrayWidth, mArrayHeight; member
|