Home
last modified time | relevance | path

Searched defs:getCaptureRequestOption (Results 1 – 2 of 2) sorted by relevance

/camera/camera-camera2/src/main/java/androidx/camera/camera2/interop/
DCaptureRequestOptions.java61 public <ValueT> @Nullable ValueT getCaptureRequestOption( in getCaptureRequestOption() method in CaptureRequestOptions
80 public <ValueT> @Nullable ValueT getCaptureRequestOption( in getCaptureRequestOption() method in CaptureRequestOptions
/camera/camera-camera2-pipe-integration/src/main/java/androidx/camera/camera2/pipe/integration/interop/
DCaptureRequestOptions.kt50 public open fun <ValueT> getCaptureRequestOption(key: CaptureRequest.Key<ValueT>): ValueT? { in getCaptureRequestOption() method
66 internal fun <ValueT> getCaptureRequestOption( in getCaptureRequestOption() method