Searched refs:croppedWidth (Results 1 – 2 of 2) sorted by relevance
119 float croppedWidth = (float)sensorSize.getWidth(); in testHwSupportedLevel() local126 croppedWidth = (float)sensorSize.getHeight() * maxJpegAspectRatio; in testHwSupportedLevel()128 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testHwSupportedLevel()
542 float croppedWidth = (float)sensorSize.getWidth(); in testStaticBurstCharacteristics() local549 croppedWidth = (float)sensorSize.getHeight() * maxYuvAspectRatio; in testStaticBurstCharacteristics()551 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testStaticBurstCharacteristics()