Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DZoomRatioMapper.h43 mArrayWidth(other.mArrayWidth), mArrayHeight(other.mArrayHeight), in ZoomRatioMapper()
80 int32_t mArrayWidth, mArrayHeight; variable
H A DRotateAndCropMapper.cpp56 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 DUHRCropAndMeteringRegionMapper.cpp46 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 DDistortionMapper.cpp91 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 DZoomRatioMapper.cpp176 mArrayWidth = arrayW; in ZoomRatioMapper()
181 mArrayWidth = activeW; in ZoomRatioMapper()
189 __FUNCTION__, mArrayWidth, mArrayHeight, mArrayWidthMaximumResolution, in ZoomRatioMapper()
212 *arrayWidth = mArrayWidth; in getArrayDimensionsToBeUsed()
H A DUHRCropAndMeteringRegionMapper.h48 int32_t mArrayWidth = 0; variable
H A DRotateAndCropMapper.h62 int32_t mArrayWidth, mArrayHeight; variable
H A DDistortionMapper.h150 float mArrayWidth, mArrayHeight; member