Home
last modified time | relevance | path

Searched refs:EDGE_MODES (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DReprocessCaptureTest.java990 final Integer[] EDGE_MODES = {CaptureRequest.EDGE_MODE_FAST, in testReprocessRequestKeys() local
998 int numFrames = EDGE_MODES.length; in testReprocessRequestKeys()
1018 builder.set(CaptureRequest.EDGE_MODE, EDGE_MODES[i]); in testReprocessRequestKeys()
1042 ") doesn't match requested edge mode (" + EDGE_MODES[i] + ")", in testReprocessRequestKeys()
1043 resultEdgeMode, EDGE_MODES[i]); in testReprocessRequestKeys()