Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceSetupTest.java674 CameraFeatureWrapper(CameraFeatureWrapper other, long dynamicRangeProfile) { in CameraFeatureWrapper() argument
678 this.mDynamicProfile = dynamicRangeProfile; in CameraFeatureWrapper()
DExtendedCameraCharacteristicsTest.java2398 for (Long dynamicRangeProfile = DynamicRangeProfiles.STANDARD; in test10BitColorSpaceOutputCharacteristics()
2399 dynamicRangeProfile < DynamicRangeProfiles.PUBLIC_MAX; in test10BitColorSpaceOutputCharacteristics()
2400 dynamicRangeProfile <<= 1) { in test10BitColorSpaceOutputCharacteristics()
2403 imageFormat, dynamicRangeProfile); in test10BitColorSpaceOutputCharacteristics()
2404 if (dynamicRangeProfile == DynamicRangeProfiles.STANDARD) { in test10BitColorSpaceOutputCharacteristics()
2441 for (Long dynamicRangeProfile : compatibleDynamicRangeProfiles) { in test10BitColorSpaceOutputCharacteristics()
2444 supportedDynamicRangeProfiles.contains(dynamicRangeProfile)); in test10BitColorSpaceOutputCharacteristics()
2446 if (dynamicRangeProfile == DynamicRangeProfiles.STANDARD) { in test10BitColorSpaceOutputCharacteristics()
DRecordingTest.java550 long dynamicRangeProfile = getDynamicRangeProfile(codecProfile, staticInfo); in testBasic10BitRecording() local
551 if (dynamicRangeProfile == DynamicRangeProfiles.PUBLIC_MAX) { in testBasic10BitRecording()
604 config.setDynamicRangeProfile(dynamicRangeProfile); in testBasic10BitRecording()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java313 long dynamicRangeProfile, long streamUseCase) { in configureTarget() argument
348 config.setDynamicRangeProfile(dynamicRangeProfile); in configureTarget()
361 config.setDynamicRangeProfile(dynamicRangeProfile); in configureTarget()
453 long dynamicRangeProfile = DynamicRangeProfiles.STANDARD; in setupConfigurationTargets() local
457 dynamicRangeProfile = dynamicRangeProfiles.get(rnd.nextInt( in setupConfigurationTargets()
462 dynamicRangeProfile = dynamicRangeProfiles.get(0); in setupConfigurationTargets()
484 dynamicRangeProfile, streamInfo.getStreamUseCase()); in setupConfigurationTargets()
494 handler, dynamicRangeProfile, streamInfo.getStreamUseCase()); in setupConfigurationTargets()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java3111 long dynamicRangeProfile = hlg10Enabled ? DynamicRangeProfiles.HLG10 :
3129 pr.getCameraSurface(), stabilizationMode, ois, dynamicRangeProfile,
3560 int videoStabilizationMode, boolean ois, long dynamicRangeProfile,
3612 outConfig.setDynamicRangeProfile(dynamicRangeProfile);