Home
last modified time | relevance | path

Searched refs:getCaptureRequestOption (Results 1 – 25 of 46) sorted by relevance

12

/camera/camera-camera2-pipe-integration/src/test/java/androidx/camera/camera2/pipe/integration/compat/workaround/
DImageCaptureOptionUnpackerTest.kt51 camera2Config.getCaptureRequestOption<Boolean>( in unpackWithoutCaptureMode()
71 camera2Config.getCaptureRequestOption<Boolean>( in unpackWithValidPixel2AndMinLatency()
91 camera2Config.getCaptureRequestOption<Boolean>( in unpackWithValidPixel2AndMaxQuality()
111 camera2Config.getCaptureRequestOption<Boolean>( in unpackWithPixel2NotSupportApiLevelAndMinLatency()
131 camera2Config.getCaptureRequestOption<Boolean>( in unpackWithPixel2NotSupportApiLevelAndMaxQuality()
151 camera2Config.getCaptureRequestOption<Boolean>( in unpackWithValidPixel3AndMinLatency()
171 camera2Config.getCaptureRequestOption<Boolean>( in unpackWithValidPixel3AndMaxQuality()
191 camera2Config.getCaptureRequestOption<Boolean>( in unpackWithPixel3NotSupportApiLevelAndMinLatency()
211 camera2Config.getCaptureRequestOption<Boolean>( in unpackWithPixel3NotSupportApiLevelAndMaxQuality()
231 camera2Config.getCaptureRequestOption<Boolean>( in unpackWithNotSupportManufacture()
[all …]
DPreviewPixelHDRnetQuirkTest.kt122 .getCaptureRequestOption(CaptureRequest.TONEMAP_MODE) in previewShouldApplyToneModeForHDRNet()
130 .getCaptureRequestOption(CaptureRequest.TONEMAP_MODE) in previewShouldApplyToneModeForHDRNet()
153 .getCaptureRequestOption(CaptureRequest.TONEMAP_MODE) in otherUseCasesNotApplyHDRNet()
172 .getCaptureRequestOption(CaptureRequest.TONEMAP_MODE) in resolution16x9NotApplyHDRNet()
/camera/camera-camera2/src/test/java/androidx/camera/camera2/internal/
DImageCaptureOptionUnpackerTest.java103 assertThat(camera2Config.getCaptureRequestOption( in unpackWithoutCaptureMode()
121 assertThat(camera2Config.getCaptureRequestOption( in unpackWithValidPixel2AndMinLatency()
139 assertThat(camera2Config.getCaptureRequestOption( in unpackWithValidPixel2AndMaxQuality()
157 assertThat(camera2Config.getCaptureRequestOption( in unpackWithPixel2NotSupportApiLevelAndMinLatency()
175 assertThat(camera2Config.getCaptureRequestOption( in unpackWithPixel2NotSupportApiLevelAndMaxQuality()
193 assertThat(camera2Config.getCaptureRequestOption( in unpackWithValidPixel3AndMinLatency()
211 assertThat(camera2Config.getCaptureRequestOption( in unpackWithValidPixel3AndMaxQuality()
229 assertThat(camera2Config.getCaptureRequestOption( in unpackWithPixel3NotSupportApiLevelAndMinLatency()
247 assertThat(camera2Config.getCaptureRequestOption( in unpackWithPixel3NotSupportApiLevelAndMaxQuality()
265 assertThat(camera2Config.getCaptureRequestOption( in unpackWithNotSupportManufacture()
[all …]
DCamera2SessionOptionUnpackerTest.java124 assertThat(config.getCaptureRequestOption( in unpackerExtractsOptions()
127 assertThat(config.getCaptureRequestOption( in unpackerExtractsOptions()
137 assertThat(config.getCaptureRequestOption(CaptureRequest.TONEMAP_MODE)).isNull(); in unpackerExtractsOptions()
155 assertThat(config.getCaptureRequestOption(CaptureRequest.TONEMAP_MODE)).isNull(); in unpackerExtractsOptionsForPreviewResolution16x9()
173 assertThat(config.getCaptureRequestOption(CaptureRequest.TONEMAP_MODE)) in unpackerExtractsOptionsForPreviewResolution4x3()
DCamera2CaptureOptionUnpackerTest.java98 assertThat(config.getCaptureRequestOption( in unpackerExtractsOptions()
101 assertThat(config.getCaptureRequestOption( in unpackerExtractsOptions()
DCamera2CapturePipelineTest.kt934 .getCaptureRequestOption(CaptureRequest.CONTROL_AE_MODE) in <lambda>()
1035 .getCaptureRequestOption(CaptureRequest.CONTROL_AE_MODE) in <lambda>()
1081 .getCaptureRequestOption(CaptureRequest.CONTROL_AE_MODE) in <lambda>()
1227 return config.getCaptureRequestOption(CaptureRequest.CONTROL_AE_MODE, null) == in <lambda>()
1229 config.getCaptureRequestOption(CaptureRequest.FLASH_MODE, null) == in <lambda>()
1236 return config.getCaptureRequestOption(CaptureRequest.CONTROL_AE_MODE, null) == in <lambda>()
1255 if (value == config.toCamera2Config().getCaptureRequestOption(key, null)) { in <lambda>()
/camera/camera-camera2-pipe-integration/src/test/java/androidx/camera/camera2/pipe/integration/impl/
DCamera2ImplConfigTest.kt65 config.getCaptureRequestOption( in <lambda>()
73 config.getCaptureRequestOption( in <lambda>()
131 config2.getCaptureRequestOption( in <lambda>()
138 config2.getCaptureRequestOption( in <lambda>()
145 config2.getCaptureRequestOption(CaptureRequest.CONTROL_AE_MODE, valueIfMissing = 0) in <lambda>()
148 Truth.assertThat(config2.getCaptureRequestOption(CaptureRequest.CONTROL_AWB_MODE, 0)) in <lambda>()
DSessionProcessorManagerTest.kt180 val rotation = parameters!!.getCaptureRequestOption(CaptureRequest.JPEG_ORIENTATION, null) in <lambda>()
181 val quality = parameters.getCaptureRequestOption(CaptureRequest.JPEG_QUALITY, null) in <lambda>()
/camera/camera-camera2/src/test/java/androidx/camera/camera2/impl/
DCamera2ImplConfigTest.java64 config.getCaptureRequestOption( in canSetAndRetrieveCaptureRequestKeys_byBuilder()
69 config.getCaptureRequestOption( in canSetAndRetrieveCaptureRequestKeys_byBuilder()
123 config2.getCaptureRequestOption( in canInsertAllOptions_byBuilder()
128 config2.getCaptureRequestOption( in canInsertAllOptions_byBuilder()
133 config2.getCaptureRequestOption( in canInsertAllOptions_byBuilder()
136 assertThat(config2.getCaptureRequestOption( in canInsertAllOptions_byBuilder()
/camera/camera-camera2/src/androidTest/java/androidx/camera/camera2/internal/
DCamera2CameraControlImplDeviceTest.java273 singleConfig.getCaptureRequestOption( in defaultAFAWBMode_ShouldBeCAFWhenNotFocusLocked()
396 assertThat(camera2Config.getCaptureRequestOption(CaptureRequest.CONTROL_AE_MODE, in disableExternalFlashAeMode_aeModeUnsetAndRequestUpdated()
423 assertThat(camera2Config.getCaptureRequestOption( in disableTorchFlashModeAuto_aeModeSetAndRequestUpdated()
463 assertThat(camera2Config.getCaptureRequestOption( in setTorchStrengthLevel_valueUpdated()
559 camera2Config.getCaptureRequestOption( in verifyControlAeModeAndFlashMode()
731 assertArraySize(repeatingConfig.getCaptureRequestOption( in startFocusAndMetering_3ARegionsUpdatedInSessionAndSessionOptions()
733 assertArraySize(repeatingConfig.getCaptureRequestOption( in startFocusAndMetering_3ARegionsUpdatedInSessionAndSessionOptions()
735 assertArraySize(repeatingConfig.getCaptureRequestOption( in startFocusAndMetering_3ARegionsUpdatedInSessionAndSessionOptions()
740 assertArraySize(singleConfig.getCaptureRequestOption( in startFocusAndMetering_3ARegionsUpdatedInSessionAndSessionOptions()
742 assertArraySize(singleConfig.getCaptureRequestOption( in startFocusAndMetering_3ARegionsUpdatedInSessionAndSessionOptions()
[all …]
DZoomControlDeviceTest.java255 return Objects.requireNonNull(camera2Config.getCaptureRequestOption( in getSessionCropRegion()
267 assertThat(camera2Config.getCaptureRequestOption(CaptureRequest.SCALER_CROP_REGION, null)) in getAndroidRZoomRatio()
269 return Objects.requireNonNull(camera2Config.getCaptureRequestOption( in getAndroidRZoomRatio()
/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
/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/test/java/androidx/camera/camera2/pipe/integration/adapter/
DCameraUseCaseAdapterTest.kt237 config.getCaptureRequestOption<Int>( in <lambda>()
244 config.getCaptureRequestOption<Int>( in <lambda>()
321 config.getCaptureRequestOption<Int>( in <lambda>()
328 config.getCaptureRequestOption<Int>( in <lambda>()
/camera/camera-camera2/src/androidTest/java/androidx/camera/camera2/interop/
DCamera2CameraControlDeviceTest.java126 assertThat(mCamera2CameraControl.getCaptureRequestOptions().getCaptureRequestOption( in canSetAndRetrieveCaptureRequestOptions()
129 assertThat(mCamera2CameraControl.getCaptureRequestOptions().getCaptureRequestOption( in canSetAndRetrieveCaptureRequestOptions()
207 assertThat(mCamera2CameraControl.getCaptureRequestOptions().getCaptureRequestOption( in canClearCaptureRequestOptions()
210 assertThat(mCamera2CameraControl.getCaptureRequestOptions().getCaptureRequestOption( in canClearCaptureRequestOptions()
/camera/camera-camera2-pipe-integration/src/androidTest/java/androidx/camera/camera2/pipe/integration/
DCamera2CameraControlDeviceTest.kt145 .getCaptureRequestOption(CONTROL_CAPTURE_INTENT, null) in <lambda>()
151 .getCaptureRequestOption(COLOR_CORRECTION_MODE, null) in <lambda>()
216 .getCaptureRequestOption(CONTROL_CAPTURE_INTENT, null) in <lambda>()
222 .getCaptureRequestOption(COLOR_CORRECTION_MODE, null) in <lambda>()
/camera/camera-camera2-pipe-integration/src/test/java/androidx/camera/camera2/pipe/integration/interop/
DCamera2InteropTest.kt171 config.getCaptureRequestOption( in canSetAndRetrieveCaptureRequestKeys()
178 config.getCaptureRequestOption( in canSetAndRetrieveCaptureRequestKeys()
/camera/camera-camera2/src/test/java/androidx/camera/camera2/interop/
DCamera2InteropTest.java132 config.getCaptureRequestOption( in canSetAndRetrieveCaptureRequestKeys()
137 config.getCaptureRequestOption( in canSetAndRetrieveCaptureRequestKeys()
/camera/camera-camera2/api/
D1.1.0-beta03.txt39 …method public <ValueT> ValueT? getCaptureRequestOption(android.hardware.camera2.CaptureRequest.Key…
D1.2.0-beta01.txt39 …method public <ValueT> ValueT? getCaptureRequestOption(android.hardware.camera2.CaptureRequest.Key…
D1.1.0-beta01.txt39 …method public <ValueT> ValueT? getCaptureRequestOption(android.hardware.camera2.CaptureRequest.Key…
D1.1.0-beta02.txt39 …method public <ValueT> ValueT? getCaptureRequestOption(android.hardware.camera2.CaptureRequest.Key…
D1.1.0-beta04.txt39 …method public <ValueT> ValueT? getCaptureRequestOption(android.hardware.camera2.CaptureRequest.Key…
Drestricted_current.txt40 …method public <ValueT> ValueT? getCaptureRequestOption(android.hardware.camera2.CaptureRequest.Key…
D1.4.0-beta02.txt40 …method public <ValueT> ValueT? getCaptureRequestOption(android.hardware.camera2.CaptureRequest.Key…

12