Home
last modified time | relevance | path

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

/camera/integration-tests/coretestapp/src/androidTest/java/androidx/camera/integration/core/util/
DCamera2InteropUtil.kt248 private val wrappedCameraControl = CPCamera2CameraControl.from(cameraControl) in from() constant
253 return wrappedCameraControl.setCaptureRequestOptions( in from()
259 return wrappedCameraControl.clearCaptureRequestOptions() in from()
264 private val wrappedCameraControl = Camera2CameraControl.from(cameraControl) in from() constant
269 return wrappedCameraControl.setCaptureRequestOptions( in from()
275 return wrappedCameraControl.clearCaptureRequestOptions() in from()