Searched refs:croppedHeight (Results 1 – 2 of 2) sorted by relevance
122 float croppedHeight = (float)sensorSize.getHeight(); in testHwSupportedLevel() local126 croppedHeight = (float)sensorSize.getWidth() / maxJpegAspectRatio; in testHwSupportedLevel()130 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testHwSupportedLevel()
618 float croppedHeight = (float)sensorSize.getHeight(); in testStaticBurstCharacteristics() local622 croppedHeight = (float)sensorSize.getWidth() / maxYuvAspectRatio; in testStaticBurstCharacteristics()626 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testStaticBurstCharacteristics()