Searched refs:mArrayWidth (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() 82 int32_t mArrayWidth, mArrayHeight; variable
|
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()
|
D | RotateAndCropMapper.cpp | 59 mArrayWidth = entry.data.i32[2]; in RotateAndCropMapper() 61 mArrayAspect = static_cast<float>(mArrayWidth) / mArrayHeight; in RotateAndCropMapper() 76 int32_t cw = mArrayWidth; in updateCaptureRequest() 192 int32_t cw = mArrayWidth; in updateCaptureResult() 328 pts[i] = std::min(std::max(nx, 0), mArrayWidth); in transformPoints()
|
D | UHRCropAndMeteringRegionMapper.h | 48 int32_t mArrayWidth = 0; variable
|
D | DistortionMapper.cpp | 93 mapperInfo->mArrayWidth = static_cast<float>(array.data.i32[2]); in setupStaticInfoLocked() 334 float scaleX = mapperInfo->mActiveWidth / mapperInfo->mArrayWidth; in mapRawToCorrectedSimple() 405 xr = std::min(mapperInfo->mArrayWidth - 1, std::max(0.f, xr)); in mapCorrectedToRawImpl() 420 float scaleX = mapperInfo->mArrayWidth / mapperInfo->mActiveWidth; in mapCorrectedToRawImplSimple() 428 rawX = std::min(mapperInfo->mArrayWidth - 1, std::max(0.f, rawX)); in mapCorrectedToRawImplSimple() 469 float gridMargin = mapperInfo->mArrayWidth * kGridMargin; in buildGrids() 470 float gridSpacingX = (mapperInfo->mArrayWidth + 2 * gridMargin) / kGridSize; in buildGrids()
|
D | RotateAndCropMapper.h | 62 int32_t mArrayWidth, mArrayHeight; variable
|
D | ZoomRatioMapper.cpp | 179 mArrayWidth = arrayW; in ZoomRatioMapper() 184 mArrayWidth = activeW; in ZoomRatioMapper() 192 __FUNCTION__, mArrayWidth, mArrayHeight, mArrayWidthMaximumResolution, in ZoomRatioMapper() 215 *arrayWidth = mArrayWidth; in getArrayDimensionsToBeUsed()
|
D | DistortionMapper.h | 150 float mArrayWidth, mArrayHeight; member
|