Searched refs:croppedWidth (Results 1 – 2 of 2) sorted by relevance
121 float croppedWidth = (float)sensorSize.getWidth(); in testHwSupportedLevel() local128 croppedWidth = (float)sensorSize.getHeight() * maxJpegAspectRatio; in testHwSupportedLevel()130 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testHwSupportedLevel()
617 float croppedWidth = (float)sensorSize.getWidth(); in testStaticBurstCharacteristics() local624 croppedWidth = (float)sensorSize.getHeight() * maxYuvAspectRatio; in testStaticBurstCharacteristics()626 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight); in testStaticBurstCharacteristics()