Searched defs:arrayHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.h173 int32_t arrayHeight; member in struct:android::camera2::Parameters::DeviceInfo
H A DParameters.cpp817 int32_t arrayHeight = activeArraySize.data.i32[1]; local
926 fastInfo.arrayHeight = arrayHeight;
2219 ALOG_ASSERT( (ret >= 0 && ret < fastInfo.arrayHeight),
2221 ret, fastInfo.arrayHeight);
2283 return height * 2000 / (fastInfo.arrayHeight - 1) - 1000;
2302 return (y + 1000) * (fastInfo.arrayHeight - 1) / 2000;
2331 previewHeight, fastInfo.arrayWidth, fastInfo.arrayHeight);
2340 * (we can then get into trouble if the cropHeight > arrayHeight).
2392 float arrayRatio = 1.f * fastInfo.arrayWidth / fastInfo.arrayHeight;
[all...]

Completed in 510 milliseconds