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

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

Completed in 40 milliseconds