Searched refs:DeviceInformationExposureMode (Results 1 – 6 of 6) sorted by relevance
| /webrtc/constraints/src/algorithms/select_settings/ |
| H A D | apply_mandatory.rs | 5 select_settings::{ConstraintFailureInfo, DeviceInformationExposureMode}, 20 exposure_mode: DeviceInformationExposureMode, in apply_mandatory_constraints() argument 57 DeviceInformationExposureMode::Exposed => { in apply_mandatory_constraints() 60 DeviceInformationExposureMode::Protected => OverconstrainedError::default(), in apply_mandatory_constraints() 110 DeviceInformationExposureMode::Exposed, in overconstrained() 128 DeviceInformationExposureMode::Protected, in overconstrained() 212 DeviceInformationExposureMode::Exposed, in constrained()
|
| H A D | tests.rs | 16 use super::DeviceInformationExposureMode; 91 exposure_mode: DeviceInformationExposureMode, in test_overconstrained() argument 122 DeviceInformationExposureMode::Exposed, in test_constrained() 154 DeviceInformationExposureMode::Exposed, in pass_through() 178 DeviceInformationExposureMode::Protected, in protected() 198 DeviceInformationExposureMode::Exposed, in missing() 221 DeviceInformationExposureMode::Exposed, in mismatch() 242 DeviceInformationExposureMode::Exposed, in too_small() 612 DeviceInformationExposureMode::Exposed, in native() 705 DeviceInformationExposureMode::Exposed, in macros() [all …]
|
| /webrtc/constraints/examples/ |
| H A D | json.rs | 5 select_settings_candidates, ClosestToIdealPolicy, DeviceInformationExposureMode, 64 DeviceInformationExposureMode::Protected, in main()
|
| H A D | macros.rs | 5 select_settings_candidates, ClosestToIdealPolicy, DeviceInformationExposureMode, 90 DeviceInformationExposureMode::Exposed, in main()
|
| H A D | native.rs | 5 select_settings_candidates, ClosestToIdealPolicy, DeviceInformationExposureMode, 103 DeviceInformationExposureMode::Exposed, in main()
|
| /webrtc/constraints/src/algorithms/ |
| H A D | select_settings.rs | 19 pub enum DeviceInformationExposureMode { enum 49 exposure_mode: DeviceInformationExposureMode, in select_settings_candidates() argument
|