Home
last modified time | relevance | path

Searched defs:ControlError (Results 1 – 5 of 5) sorted by relevance

/system/cros-codecs/src/backend/v4l2/
Dencoder.rs135 pub struct ControlError { struct
140 impl std::fmt::Display for ControlError { argument
311 fn apply_tunings(device: &Device, tunings: &Tunings) -> Result<(), ControlError>; in apply_tunings() argument
517 ) -> Result<(), ControlError> { in apply_rate_control() argument
/system/cros-codecs/src/encoder/stateful/h265/
Dv4l2.rs64 fn apply_tunings(device: &Device, tunings: &Tunings) -> Result<(), ControlError> { in apply_tunings() argument
/system/cros-codecs/src/encoder/stateful/h264/
Dv4l2.rs84 fn apply_tunings(device: &Device, tunings: &Tunings) -> Result<(), ControlError> { in apply_tunings() argument
/system/cros-codecs/src/encoder/stateful/vp8/
Dv4l2.rs39 fn apply_tunings(device: &Device, tunings: &Tunings) -> Result<(), ControlError> { in apply_tunings() argument
/system/cros-codecs/src/encoder/stateful/vp9/
Dv4l2.rs52 fn apply_tunings(device: &Device, tunings: &Tunings) -> Result<(), ControlError> { in apply_tunings() argument