Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DBurstCaptureTest.java296 CaptureResult burstResult = in yuvBurstTestByCamera() local
308 burstResult.getRequest() == burst.get(burstIndex)); in yuvBurstTestByCamera()
312 long exposure = burstResult.get(CaptureResult.SENSOR_EXPOSURE_TIME); in yuvBurstTestByCamera()
313 int sensitivity = burstResult.get(CaptureResult.SENSOR_SENSITIVITY); in yuvBurstTestByCamera()
321 long timestamp = burstResult.get(CaptureResult.SENSOR_TIMESTAMP); in yuvBurstTestByCamera()
335 burstResult = resultListener.getCaptureResult(MAX_PREVIEW_RESULT_TIMEOUT_MS); in yuvBurstTestByCamera()