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

/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp291 float opticalCenterX,
299 double normalizedOCX = opticalCenterX / static_cast<double>(activeArrayWidth - 1);
315 /*opticalCenterX*/normalizedOCX,
321 double opticalCenterX,
347 err = mEndianOut.write(&opticalCenterX, 0, 1);
288 addWarpRectilinearForMetadata(const float* kCoeffs, uint32_t activeArrayWidth, uint32_t activeArrayHeight, float opticalCenterX, float opticalCenterY) argument
320 addWarpRectilinear(uint32_t numPlanes, double opticalCenterX, double opticalCenterY, const double* kCoeffs) argument

Completed in 56 milliseconds