Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/decoder/
Dcapability.rs125 pub fn query_control(&self, t: &QueryCtrlType) -> Option<QueryCtrlResponse> { in query_control() method
Dmod.rs709 fn query_control(&self, ctrl_type: QueryCtrlType) -> VideoResult<VideoCmdResponseType> { in query_control() method
710 match self.capability.query_control(&ctrl_type) { in query_control()
889 QueryControl { query_ctrl_type } => self.query_control(query_ctrl_type), in process_cmd()
/external/crosvm/devices/src/virtio/video/encoder/
Dmod.rs1049 fn query_control(&self, query_ctrl_type: QueryCtrlType) -> VideoResult<VideoCmdResponseType> { in query_control() method
1276 VideoCmd::QueryControl { query_ctrl_type } => self.query_control(query_ctrl_type), in process_cmd()