Searched refs:sensorSize (Results 1 – 2 of 2) sorted by relevance
73 Size sensorSize = new Size(activeRect.width(), activeRect.height()); in testHwSupportedLevel() local119 float croppedWidth = (float)sensorSize.getWidth(); in testHwSupportedLevel()120 float croppedHeight = (float)sensorSize.getHeight(); in testHwSupportedLevel()121 … float sensorAspectRatio = (float)sensorSize.getWidth() / (float)sensorSize.getHeight(); in testHwSupportedLevel()124 croppedHeight = (float)sensorSize.getWidth() / maxJpegAspectRatio; in testHwSupportedLevel()126 croppedWidth = (float)sensorSize.getHeight() * maxJpegAspectRatio; in testHwSupportedLevel()
525 Size sensorSize = new Size(activeRect.width(), activeRect.height()); in testStaticBurstCharacteristics() local545 float croppedWidth = (float)sensorSize.getWidth(); in testStaticBurstCharacteristics()546 float croppedHeight = (float)sensorSize.getHeight(); in testStaticBurstCharacteristics()547 float sensorAspectRatio = (float)sensorSize.getWidth() / (float)sensorSize.getHeight(); in testStaticBurstCharacteristics()550 croppedHeight = (float)sensorSize.getWidth() / maxYuvAspectRatio; in testStaticBurstCharacteristics()552 croppedWidth = (float)sensorSize.getHeight() * maxYuvAspectRatio; in testStaticBurstCharacteristics()645 mIds[counter], maxYuvSize.toString(), sensorSize.toString(), in testStaticBurstCharacteristics()