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

/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp288 uint32_t activeArrayWidth,
292 if (activeArrayWidth <= 1 || activeArrayHeight <= 1) {
294 __FUNCTION__, activeArrayWidth, activeArrayHeight);
298 double normalizedOCX = opticalCenterX / static_cast<double>(activeArrayWidth - 1);
287 addWarpRectilinearForMetadata(const float* kCoeffs, uint32_t activeArrayWidth, uint32_t activeArrayHeight, float opticalCenterX, float opticalCenterY) argument

Completed in 68 milliseconds