Searched refs:arrayWidth (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/camera2/
H A DZslProcessor.cpp141 if (currentWidth != (uint32_t)params.fastInfo.arrayWidth ||
170 params.fastInfo.arrayWidth, params.fastInfo.arrayHeight,
H A DParameters.cpp816 int32_t arrayWidth = activeArraySize.data.i32[0];
925 fastInfo.arrayWidth = arrayWidth;
2203 ALOG_ASSERT( (ret >= 0 && ret < fastInfo.arrayWidth),
2205 ret, fastInfo.arrayWidth);
2267 return width * 2000 / (fastInfo.arrayWidth - 1) - 1000;
2293 return (x + 1000) * (fastInfo.arrayWidth - 1) / 2000;
2331 previewHeight, fastInfo.arrayWidth, fastInfo.arrayHeight);
2392 float arrayRatio = 1.f * fastInfo.arrayWidth / fastInfo.arrayHeight;
2395 zoomWidth = fastInfo.arrayWidth / zoomRati
[all...]
H A DParameters.h172 int32_t arrayWidth; member in struct:android::camera2::Parameters::DeviceInfo

Completed in 1235 milliseconds