OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIZE_ERROR_MARGIN
(Results
1 - 2
of
2
) sorted by null
/cts/tests/camera/src/android/hardware/camera2/cts/
StaticMetadataTest.java
65
final float
SIZE_ERROR_MARGIN
= 0.03f;
128
croppedSensorSize, maxJpegSize,
SIZE_ERROR_MARGIN
);
ExtendedCameraCharacteristicsTest.java
563
final float
SIZE_ERROR_MARGIN
= 0.03f;
576
(sz.getWidth() <= croppedSensorSize.getWidth() * (1.0 +
SIZE_ERROR_MARGIN
) &&
577
sz.getWidth() >= croppedSensorSize.getWidth() * (1.0 -
SIZE_ERROR_MARGIN
) &&
578
sz.getHeight() <= croppedSensorSize.getHeight() * (1.0 +
SIZE_ERROR_MARGIN
) &&
579
sz.getHeight() >= croppedSensorSize.getHeight() * (1.0 -
SIZE_ERROR_MARGIN
)));
[
all
...]
Completed in 177 milliseconds