Home
last modified time | relevance | path

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

/external/rust/crates/v4l2r/lib/src/decoder/stateful/
Dcapture_thread.rs274 self = self.update_capture_format().unwrap() in process_v4l2_event()
283 fn update_capture_format(mut self) -> Result<Self, UpdateCaptureError> { in update_capture_format() function
420 self = self.update_capture_format().unwrap() in dequeue_capture_buffer()