Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/v4l2r/lib/src/
Dencoder.rs258 let mut encoder_thread = EncoderThread::new( in start()
296 handle: JoinHandle<EncoderThread<P, OutputReadyCb>>,
478 struct EncoderThread<P, OutputReadyCb> struct
490 impl<P, OutputReadyCb> EncoderThread<P, OutputReadyCb> argument
508 Ok(EncoderThread { in new()