Home
last modified time | relevance | path

Searched refs:UnsupportedControl (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/devices/src/virtio/video/
Dresponse.rs30 UnsupportedControl, enumerator
61 VideoError::UnsupportedControl(_) => CmdError::UnsupportedControl, in from()
89 CmdError::UnsupportedControl => VIRTIO_VIDEO_RESP_ERR_UNSUPPORTED_CONTROL, in write()
Derror.rs32 UnsupportedControl(CtrlType), enumerator
56 UnsupportedControl(ctrl_type) => write!(f, "unsupported control: {:?}", ctrl_type), in fmt()
/external/crosvm/devices/src/virtio/video/encoder/
Dmod.rs1054 return Err(VideoError::UnsupportedControl(CtrlType::Profile)); in query_control()
1078 return Err(VideoError::UnsupportedControl(CtrlType::Level)); in query_control()
1112 return Err(VideoError::UnsupportedControl(ctrl_type)); in get_control()
1117 CtrlType::ForceKeyframe => return Err(VideoError::UnsupportedControl(ctrl_type)), in get_control()