| /camera/camera-camera2-pipe-integration/src/test/java/androidx/camera/camera2/pipe/integration/compat/workaround/ |
| D | ImageCaptureOptionUnpackerTest.kt | 51 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 …]
|
| D | PreviewPixelHDRnetQuirkTest.kt | 122 .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/ |
| D | ImageCaptureOptionUnpackerTest.java | 103 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 …]
|
| D | Camera2SessionOptionUnpackerTest.java | 124 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()
|
| D | Camera2CaptureOptionUnpackerTest.java | 98 assertThat(config.getCaptureRequestOption( in unpackerExtractsOptions() 101 assertThat(config.getCaptureRequestOption( in unpackerExtractsOptions()
|
| D | Camera2CapturePipelineTest.kt | 934 .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/ |
| D | Camera2ImplConfigTest.kt | 65 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>()
|
| D | SessionProcessorManagerTest.kt | 180 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/ |
| D | Camera2ImplConfigTest.java | 64 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/ |
| D | Camera2CameraControlImplDeviceTest.java | 273 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 …]
|
| D | ZoomControlDeviceTest.java | 255 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/ |
| D | CaptureRequestOptions.kt | 50 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/ |
| D | CaptureRequestOptions.java | 61 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/ |
| D | CameraUseCaseAdapterTest.kt | 237 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/ |
| D | Camera2CameraControlDeviceTest.java | 126 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/ |
| D | Camera2CameraControlDeviceTest.kt | 145 .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/ |
| D | Camera2InteropTest.kt | 171 config.getCaptureRequestOption( in canSetAndRetrieveCaptureRequestKeys() 178 config.getCaptureRequestOption( in canSetAndRetrieveCaptureRequestKeys()
|
| /camera/camera-camera2/src/test/java/androidx/camera/camera2/interop/ |
| D | Camera2InteropTest.java | 132 config.getCaptureRequestOption( in canSetAndRetrieveCaptureRequestKeys() 137 config.getCaptureRequestOption( in canSetAndRetrieveCaptureRequestKeys()
|
| /camera/camera-camera2/api/ |
| D | 1.1.0-beta03.txt | 39 …method public <ValueT> ValueT? getCaptureRequestOption(android.hardware.camera2.CaptureRequest.Key…
|
| D | 1.2.0-beta01.txt | 39 …method public <ValueT> ValueT? getCaptureRequestOption(android.hardware.camera2.CaptureRequest.Key…
|
| D | 1.1.0-beta01.txt | 39 …method public <ValueT> ValueT? getCaptureRequestOption(android.hardware.camera2.CaptureRequest.Key…
|
| D | 1.1.0-beta02.txt | 39 …method public <ValueT> ValueT? getCaptureRequestOption(android.hardware.camera2.CaptureRequest.Key…
|
| D | 1.1.0-beta04.txt | 39 …method public <ValueT> ValueT? getCaptureRequestOption(android.hardware.camera2.CaptureRequest.Key…
|
| D | restricted_current.txt | 40 …method public <ValueT> ValueT? getCaptureRequestOption(android.hardware.camera2.CaptureRequest.Key…
|
| D | 1.4.0-beta02.txt | 40 …method public <ValueT> ValueT? getCaptureRequestOption(android.hardware.camera2.CaptureRequest.Key…
|