OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hyperFocalDistance
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CaptureRequestTest.java
634
float
hyperFocalDistance
= mStaticInfo.getHyperfocalDistanceChecked();
635
if (
hyperFocalDistance
> 0) {
636
requestBuilder.set(CaptureRequest.LENS_FOCUS_DISTANCE,
hyperFocalDistance
);
659
hyperFocalDistance
* (1.0f - errorMargin),
660
hyperFocalDistance
* (1.0f + errorMargin)
[
all
...]
/device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp
[
all
...]
Completed in 85 milliseconds