Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java1614 CaptureRequest.Builder videoSnapshotRequestBuilder = in videoSnapshotTestByCamera() local
1622 prepareVideoSnapshot(videoSnapshotRequestBuilder, imageListener); in videoSnapshotTestByCamera()
1625 videoSnapshotRequestBuilder.set(CaptureRequest.CONTROL_AE_TARGET_FPS_RANGE, in videoSnapshotTestByCamera()
1628 videoSnapshotRequestBuilder.set(CaptureRequest.CONTROL_VIDEO_STABILIZATION_MODE, in videoSnapshotTestByCamera()
1631 CaptureRequest request = videoSnapshotRequestBuilder.build(); in videoSnapshotTestByCamera()