Searched refs:croppedHeight (Results 1 – 2 of 2) sorted by relevance
120 float croppedHeight = (float)sensorSize.getHeight(); in testHwSupportedLevel() local124 croppedHeight = (float)sensorSize.getWidth() / maxJpegAspectRatio; in testHwSupportedLevel()128 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testHwSupportedLevel()
543 float croppedHeight = (float)sensorSize.getHeight(); in testStaticBurstCharacteristics() local547 croppedHeight = (float)sensorSize.getWidth() / maxYuvAspectRatio; in testStaticBurstCharacteristics()551 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testStaticBurstCharacteristics()