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

/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp291 float opticalCenterY) {
299 double normalizedOCY = opticalCenterY / static_cast<double>(activeArrayHeight - 1);
330 /*opticalCenterY*/normalizedOCY,
336 double opticalCenterY,
364 err = mEndianOut.write(&opticalCenterY, 0, 1);
287 addWarpRectilinearForMetadata(const float* kCoeffs, uint32_t activeArrayWidth, uint32_t activeArrayHeight, float opticalCenterX, float opticalCenterY) argument
334 addWarpRectilinear(uint32_t numPlanes, double opticalCenterX, double opticalCenterY, const double* kCoeffs) argument

Completed in 48 milliseconds