Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java153 CaptureRequest.Builder stillRequest = in testTakePictureZsl() local
155 stillRequest.set(CaptureRequest.CONTROL_ENABLE_ZSL, true); in testTakePictureZsl()
158 /*previewRequest*/null, stillRequest); in testTakePictureZsl()
205 CaptureRequest.Builder stillRequest = in testBasicRawZslCapture() local
207 stillRequest.set(CaptureRequest.CONTROL_ENABLE_ZSL, true); in testBasicRawZslCapture()
208 rawCaptureTestByCamera(stillRequest); in testBasicRawZslCapture()
264 CaptureRequest.Builder stillRequest = in testFullRawZSLCapture() local
266 stillRequest.set(CaptureRequest.CONTROL_ENABLE_ZSL, true); in testFullRawZSLCapture()
267 fullRawCaptureTestByCamera(stillRequest); in testFullRawZSLCapture()
542 CaptureRequest.Builder stillRequest = in focalLengthTestByCamera() local
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2SurfaceViewTestCase.java270 CaptureRequest.Builder stillRequest, Size previewSz, Size stillSz, in prepareStillCaptureAndStartPreview() argument
273 prepareCaptureAndStartPreview(previewRequest, stillRequest, previewSz, stillSz, in prepareStillCaptureAndStartPreview()
289 CaptureRequest.Builder stillRequest, Size previewSz, Size stillSz, in prepareStillCaptureAndStartPreview() argument
292 prepareCaptureAndStartPreview(previewRequest, stillRequest, previewSz, stillSz, in prepareStillCaptureAndStartPreview()
707 CaptureRequest.Builder stillRequest, Size previewSz, Size captureSz, int format, in prepareCaptureAndStartPreview() argument
710 prepareCaptureAndStartPreview(previewRequest, stillRequest, previewSz, captureSz, in prepareCaptureAndStartPreview()
728 CaptureRequest.Builder stillRequest, Size previewSz, Size captureSz, int format, in prepareCaptureAndStartPreview() argument
755 stillRequest.addTarget(mPreviewSurface); in prepareCaptureAndStartPreview()
756 stillRequest.addTarget(mReaderSurface); in prepareCaptureAndStartPreview()