Searched refs:sensorAspectRatio (Results 1 – 2 of 2) sorted by relevance
123 … float sensorAspectRatio = (float)sensorSize.getWidth() / (float)sensorSize.getHeight(); in testHwSupportedLevel() local125 if (sensorAspectRatio < maxJpegAspectRatio) { in testHwSupportedLevel()127 } else if (sensorAspectRatio > maxJpegAspectRatio) { in testHwSupportedLevel()
619 float sensorAspectRatio = (float)sensorSize.getWidth() / (float)sensorSize.getHeight(); in testStaticBurstCharacteristics() local621 if (sensorAspectRatio < maxYuvAspectRatio) { in testStaticBurstCharacteristics()623 } else if (sensorAspectRatio > maxYuvAspectRatio) { in testStaticBurstCharacteristics()