Home
last modified time | relevance | path

Searched refs:arrayWidth (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp934 int32_t arrayWidth; in buildFastInfo() local
939 arrayWidth = activeArraySize.data.i32[0]; in buildFastInfo()
942 arrayWidth = activeArraySize.data.i32[2]; in buildFastInfo()
1103 fastInfo.arrayWidth = arrayWidth; in buildFastInfo()
2622 ALOG_ASSERT( (ret >= 0 && ret < fastInfo.arrayWidth), in cropXToArray()
2624 ret, fastInfo.arrayWidth); in cropXToArray()
2660 return (x + 1000) * (fastInfo.arrayWidth - 1) / 2000; in normalizedXToArray()
2705 return x * 2000 / (fastInfo.arrayWidth - 1) - 1000; in arrayXToNormalizedWithCrop()
2942 previewHeight, fastInfo.arrayWidth, fastInfo.arrayHeight); in calculateCropRegion()
2956 float arrayRatio = 1.f * fastInfo.arrayWidth / fastInfo.arrayHeight; in calculateCropRegion()
[all …]
DZslProcessor3.cpp160 if (currentWidth != (uint32_t)params.fastInfo.arrayWidth || in updateStream()
186 params.fastInfo.arrayWidth, params.fastInfo.arrayHeight, in updateStream()
DZslProcessor.cpp157 if (currentWidth != (uint32_t)params.fastInfo.arrayWidth || in updateStream()
188 params.fastInfo.arrayWidth, params.fastInfo.arrayHeight, streamType, in updateStream()
DParameters.h208 int32_t arrayWidth; member