Home
last modified time | relevance | path

Searched refs:mArrayWidth (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.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()
DRotateAndCropMapper.cpp59 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()
DUHRCropAndMeteringRegionMapper.h48 int32_t mArrayWidth = 0; variable
DDistortionMapper.cpp93 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()
DRotateAndCropMapper.h62 int32_t mArrayWidth, mArrayHeight; variable
DZoomRatioMapper.cpp179 mArrayWidth = arrayW; in ZoomRatioMapper()
184 mArrayWidth = activeW; in ZoomRatioMapper()
192 __FUNCTION__, mArrayWidth, mArrayHeight, mArrayWidthMaximumResolution, in ZoomRatioMapper()
215 *arrayWidth = mArrayWidth; in getArrayDimensionsToBeUsed()
DDistortionMapper.h150 float mArrayWidth, mArrayHeight; member