Searched refs:sensorAspectRatio (Results 1 – 2 of 2) sorted by relevance
121 … float sensorAspectRatio = (float)sensorSize.getWidth() / (float)sensorSize.getHeight(); in testHwSupportedLevel() local123 if (sensorAspectRatio < maxJpegAspectRatio) { in testHwSupportedLevel()125 } else if (sensorAspectRatio > maxJpegAspectRatio) { in testHwSupportedLevel()
544 float sensorAspectRatio = (float)sensorSize.getWidth() / (float)sensorSize.getHeight(); in testStaticBurstCharacteristics() local546 if (sensorAspectRatio < maxYuvAspectRatio) { in testStaticBurstCharacteristics()548 } else if (sensorAspectRatio > maxYuvAspectRatio) { in testStaticBurstCharacteristics()