OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SENSOR_SENSITIVITY
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/hardware/camera2/
CaptureRequest.java
975
public static final Key<Integer>
SENSOR_SENSITIVITY
=
[
all
...]
CaptureResult.java
727
public static final Key<Integer>
SENSOR_SENSITIVITY
=
[
all
...]
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
TestingCamera2.java
341
Integer reqSen = request.get(CaptureRequest.
SENSOR_SENSITIVITY
);
342
Integer resSen = result.get(CaptureResult.
SENSOR_SENSITIVITY
);
CameraOps.java
421
builder.set(CaptureRequest.
SENSOR_SENSITIVITY
,
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraCaptureResultTest.java
308
resultKeys.add(CaptureResult.
SENSOR_SENSITIVITY
);
CameraDeviceTest.java
153
assertNotNull("Missing field:
SENSOR_SENSITIVITY
",
154
capReq.get(CaptureRequest.
SENSOR_SENSITIVITY
));
/pdk/apps/CameraITS/service/src/com/android/camera2/its/
ItsService.java
752
result.get(CaptureResult.
SENSOR_SENSITIVITY
),
[
all
...]
Completed in 426 milliseconds