HomeSort by relevance Sort by last modified time
    Searched refs:croppedWidth (Results 1 - 2 of 2) sorted by null

  /cts/tests/camera/src/android/hardware/camera2/cts/
StaticMetadataTest.java 116 float croppedWidth = (float)sensorSize.getWidth();
123 croppedWidth = (float)sensorSize.getHeight() * maxJpegAspectRatio;
125 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight);
ExtendedCameraCharacteristicsTest.java 564 float croppedWidth = (float)sensorSize.getWidth();
571 croppedWidth = (float)sensorSize.getHeight() * maxAspectRatio;
573 Size croppedSensorSize = new Size((int)croppedWidth, (int)croppedHeight);
    [all...]

Completed in 263 milliseconds