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

/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp292 float opticalCenterY) {
300 double normalizedOCY = opticalCenterY / static_cast<double>(activeArrayHeight - 1);
316 /*opticalCenterY*/normalizedOCY,
322 double opticalCenterY,
350 err = mEndianOut.write(&opticalCenterY, 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 60 milliseconds