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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp1001 int32_t arrayWidth;
1006 arrayWidth = activeArraySize.data.i32[0];
1009 arrayWidth = activeArraySize.data.i32[2];
1196 fastInfo.arrayWidth = arrayWidth;
2821 ALOG_ASSERT( (ret >= 0 && ret < fastInfo.arrayWidth),
2823 ret, fastInfo.arrayWidth);
2859 return (x + 1000) * (fastInfo.arrayWidth - 1) / 2000;
2904 return x * 2000 / (fastInfo.arrayWidth - 1) - 1000;
3108 previewHeight, fastInfo.arrayWidth, fastInf
[all...]
H A DParameters.h227 int32_t arrayWidth; member in struct:android::camera2::Parameters::DeviceInfo

Completed in 40 milliseconds