Searched refs:croppedSensorSize (Results 1 – 2 of 2) sorted by relevance
145 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testHwSupportedLevel() local148 croppedSensorSize, maxJpegSize, SIZE_ERROR_MARGIN); in testHwSupportedLevel()
803 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in isSizeWithinSensorMargin() local806 (sz.getWidth() <= croppedSensorSize.getWidth() * (1.0 + SIZE_ERROR_MARGIN) && in isSizeWithinSensorMargin()807 sz.getWidth() >= croppedSensorSize.getWidth() * (1.0 - SIZE_ERROR_MARGIN) && in isSizeWithinSensorMargin()808 sz.getHeight() <= croppedSensorSize.getHeight() * (1.0 + SIZE_ERROR_MARGIN) && in isSizeWithinSensorMargin()809 sz.getHeight() >= croppedSensorSize.getHeight() * (1.0 - SIZE_ERROR_MARGIN))); in isSizeWithinSensorMargin()811 return Pair.create(match, croppedSensorSize); in isSizeWithinSensorMargin()