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()
565 float croppedHeight = (float)sensorSize.getHeight(); in isSizeWithinSensorMargin() local569 croppedHeight = (float)sensorSize.getWidth() / maxAspectRatio; in isSizeWithinSensorMargin()573 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in isSizeWithinSensorMargin()