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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp934 int32_t arrayWidth;
939 arrayWidth = activeArraySize.data.i32[0];
942 arrayWidth = activeArraySize.data.i32[2];
1103 fastInfo.arrayWidth = arrayWidth;
2606 ALOG_ASSERT( (ret >= 0 && ret < fastInfo.arrayWidth),
2608 ret, fastInfo.arrayWidth);
2644 return (x + 1000) * (fastInfo.arrayWidth - 1) / 2000;
2689 return x * 2000 / (fastInfo.arrayWidth - 1) - 1000;
2926 previewHeight, fastInfo.arrayWidth, fastInf
[all...]
H A DParameters.h204 int32_t arrayWidth; member in struct:android::camera2::Parameters::DeviceInfo
H A DZslProcessor.cpp158 if (currentWidth != (uint32_t)params.fastInfo.arrayWidth ||
184 params.fastInfo.arrayWidth, params.fastInfo.arrayHeight,

Completed in 862 milliseconds