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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp1002 int32_t arrayHeight; local
1007 arrayHeight = activeArraySize.data.i32[1];
1010 arrayHeight = activeArraySize.data.i32[3];
1197 fastInfo.arrayHeight = arrayHeight;
2837 ALOG_ASSERT( (ret >= 0 && ret < fastInfo.arrayHeight),
2839 ret, fastInfo.arrayHeight);
2868 return (y + 1000) * (fastInfo.arrayHeight - 1) / 2000;
2915 return y * 2000 / (fastInfo.arrayHeight - 1) - 1000;
3108 previewHeight, fastInfo.arrayWidth, fastInfo.arrayHeight);
[all...]
H A DParameters.h228 int32_t arrayHeight; member in struct:android::camera2::Parameters::DeviceInfo

Completed in 58 milliseconds