Searched refs:sensorSize (Results 1 – 2 of 2) sorted by relevance
75 Size sensorSize = new Size(activeRect.width(), activeRect.height()); in testHwSupportedLevel() local121 float croppedWidth = (float)sensorSize.getWidth(); in testHwSupportedLevel()122 float croppedHeight = (float)sensorSize.getHeight(); in testHwSupportedLevel()123 … float sensorAspectRatio = (float)sensorSize.getWidth() / (float)sensorSize.getHeight(); in testHwSupportedLevel()126 croppedHeight = (float)sensorSize.getWidth() / maxJpegAspectRatio; in testHwSupportedLevel()128 croppedWidth = (float)sensorSize.getHeight() * maxJpegAspectRatio; in testHwSupportedLevel()
597 Size sensorSize = new Size(activeRect.width(), activeRect.height()); in testStaticBurstCharacteristics() local617 float croppedWidth = (float)sensorSize.getWidth(); in testStaticBurstCharacteristics()618 float croppedHeight = (float)sensorSize.getHeight(); in testStaticBurstCharacteristics()619 float sensorAspectRatio = (float)sensorSize.getWidth() / (float)sensorSize.getHeight(); in testStaticBurstCharacteristics()622 croppedHeight = (float)sensorSize.getWidth() / maxYuvAspectRatio; in testStaticBurstCharacteristics()624 croppedWidth = (float)sensorSize.getHeight() * maxYuvAspectRatio; in testStaticBurstCharacteristics()717 mIds[counter], maxYuvSize.toString(), sensorSize.toString(), in testStaticBurstCharacteristics()