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()
84 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.cpp57 mArrayWidth = entry.data.i32[2]; in RotateAndCropMapper()
59 mArrayAspect = static_cast<float>(mArrayWidth) / mArrayHeight; in RotateAndCropMapper()
74 int32_t cw = mArrayWidth; in updateCaptureRequest()
190 int32_t cw = mArrayWidth; in updateCaptureResult()
326 pts[i] = std::min(std::max(nx, 0), mArrayWidth); in transformPoints()
DUHRCropAndMeteringRegionMapper.h48 int32_t mArrayWidth = 0; variable
DRotateAndCropMapper.h62 int32_t mArrayWidth, mArrayHeight; variable
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()
DZoomRatioMapper.cpp200 mArrayWidth = arrayW; in ZoomRatioMapper()
205 mArrayWidth = activeW; in ZoomRatioMapper()
213 __FUNCTION__, mArrayWidth, mArrayHeight, mArrayWidthMaximumResolution, in ZoomRatioMapper()
236 *arrayWidth = mArrayWidth; in getArrayDimensionsToBeUsed()
DDistortionMapper.h150 float mArrayWidth, mArrayHeight; member