Searched refs:croppedHeight (Results 1 – 2 of 2) sorted by relevance
117 float croppedHeight = (float)sensorSize.getHeight(); in testHwSupportedLevel() local121 croppedHeight = (float)sensorSize.getWidth() / maxJpegAspectRatio; in testHwSupportedLevel()125 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testHwSupportedLevel()
568 float croppedHeight = (float)sensorSize.getHeight(); in isSizeWithinSensorMargin() local572 croppedHeight = (float)sensorSize.getWidth() / maxAspectRatio; in isSizeWithinSensorMargin()576 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in isSizeWithinSensorMargin()