Searched refs:maxDiffRatio (Results 1 – 2 of 2) sorted by relevance
695 const float maxDiffRatio = 1.03f; in onGetPixels() local697 if (imageSize.h / (float) width > maxDiffRatio || imageSize.h < width || in onGetPixels()698 imageSize.v / (float) height > maxDiffRatio || imageSize.v < height) { in onGetPixels()