OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:croppedHeight
(Results
1 - 2
of
2
) sorted by null
/cts/tests/camera/src/android/hardware/camera2/cts/
StaticMetadataTest.java
117
float
croppedHeight
= (float)sensorSize.getHeight();
121
croppedHeight
= (float)sensorSize.getWidth() / maxJpegAspectRatio;
125
Size croppedSensorSize = new Size((int)croppedWidth, (int)
croppedHeight
);
ExtendedCameraCharacteristicsTest.java
565
float
croppedHeight
= (float)sensorSize.getHeight();
569
croppedHeight
= (float)sensorSize.getWidth() / maxAspectRatio;
573
Size croppedSensorSize = new Size((int)croppedWidth, (int)
croppedHeight
);
[
all
...]
Completed in 145 milliseconds