Home
last modified time | relevance | path

Searched refs:DeviceInformationExposureMode (Results 1 – 6 of 6) sorted by relevance

/webrtc/constraints/src/algorithms/select_settings/
H A Dapply_mandatory.rs5 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 Dtests.rs16 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 Djson.rs5 select_settings_candidates, ClosestToIdealPolicy, DeviceInformationExposureMode,
64 DeviceInformationExposureMode::Protected, in main()
H A Dmacros.rs5 select_settings_candidates, ClosestToIdealPolicy, DeviceInformationExposureMode,
90 DeviceInformationExposureMode::Exposed, in main()
H A Dnative.rs5 select_settings_candidates, ClosestToIdealPolicy, DeviceInformationExposureMode,
103 DeviceInformationExposureMode::Exposed, in main()
/webrtc/constraints/src/algorithms/
H A Dselect_settings.rs19 pub enum DeviceInformationExposureMode { enum
49 exposure_mode: DeviceInformationExposureMode, in select_settings_candidates() argument