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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h205 int32_t arrayHeight; member in struct:android::camera2::Parameters::DeviceInfo
H A DParameters.cpp935 int32_t arrayHeight; local
940 arrayHeight = activeArraySize.data.i32[1];
943 arrayHeight = activeArraySize.data.i32[3];
1104 fastInfo.arrayHeight = arrayHeight;
2622 ALOG_ASSERT( (ret >= 0 && ret < fastInfo.arrayHeight),
2624 ret, fastInfo.arrayHeight);
2653 return (y + 1000) * (fastInfo.arrayHeight - 1) / 2000;
2700 return y * 2000 / (fastInfo.arrayHeight - 1) - 1000;
2926 previewHeight, fastInfo.arrayWidth, fastInfo.arrayHeight);
[all...]

Completed in 12 milliseconds