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

  /cts/tests/camera/src/android/hardware/camera2/cts/
StaticMetadataTest.java 73 Size sensorSize = new Size(activeRect.width(), activeRect.height());
119 float croppedWidth = (float)sensorSize.getWidth();
120 float croppedHeight = (float)sensorSize.getHeight();
121 float sensorAspectRatio = (float)sensorSize.getWidth() / (float)sensorSize.getHeight();
124 croppedHeight = (float)sensorSize.getWidth() / maxJpegAspectRatio;
126 croppedWidth = (float)sensorSize.getHeight() * maxJpegAspectRatio;
ExtendedCameraCharacteristicsTest.java 522 Size sensorSize = new Size(activeRect.width(), activeRect.height());
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp     [all...]

Completed in 282 milliseconds