Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/v4l2r/lib/src/
Dencoder.rs326 pub enum EncoderStopError { enum
345 pub fn stop(self) -> Result<Encoder<ReadyToEncode<OP, P>>, EncoderStopError> { in stop() argument
353 .map_err(EncoderStopError::ThreadPanickedError)?; in stop()
358 .map_err(EncoderStopError::CaptureQueueStreamoffError)?; in stop()
364 .map_err(EncoderStopError::OutputQueueStreamoffError)?; in stop()