Searched refs:maxYuvAspectRatio (Results 1 – 1 of 1) sorted by relevance
620 float maxYuvAspectRatio = (float)maxYuvSize.getWidth() / (float)maxYuvSize.getHeight(); in testStaticBurstCharacteristics() local621 if (sensorAspectRatio < maxYuvAspectRatio) { in testStaticBurstCharacteristics()622 croppedHeight = (float)sensorSize.getWidth() / maxYuvAspectRatio; in testStaticBurstCharacteristics()623 } else if (sensorAspectRatio > maxYuvAspectRatio) { in testStaticBurstCharacteristics()624 croppedWidth = (float)sensorSize.getHeight() * maxYuvAspectRatio; in testStaticBurstCharacteristics()