Searched refs:croppedWidth (Results 1 – 2 of 2) sorted by relevance
136 float croppedWidth = (float)sensorSize.getWidth(); in testHwSupportedLevel() local143 croppedWidth = (float)sensorSize.getHeight() * maxJpegAspectRatio; in testHwSupportedLevel()145 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testHwSupportedLevel()
794 float croppedWidth = (float)sensorSize.getWidth(); in isSizeWithinSensorMargin() local801 croppedWidth = (float)sensorSize.getHeight() * maxAspectRatio; in isSizeWithinSensorMargin()803 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in isSizeWithinSensorMargin()