Searched refs:croppedHeight (Results 1 – 2 of 2) sorted by relevance
137 float croppedHeight = (float)sensorSize.getHeight(); in testHwSupportedLevel() local141 croppedHeight = (float)sensorSize.getWidth() / maxJpegAspectRatio; in testHwSupportedLevel()145 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testHwSupportedLevel()
795 float croppedHeight = (float)sensorSize.getHeight(); in isSizeWithinSensorMargin() local799 croppedHeight = (float)sensorSize.getWidth() / maxAspectRatio; in isSizeWithinSensorMargin()803 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in isSizeWithinSensorMargin()