Searched defs:DecoderEvent (Results 1 – 6 of 6) sorted by relevance
104 fn read_event(&mut self) -> VideoResult<DecoderEvent>; in read_event()152 fn read_event(&mut self) -> VideoResult<DecoderEvent> { in read_event()215 pub enum DecoderEvent { enum
70 impl From<libvda::decode::Event> for DecoderEvent { implementation253 fn read_event(&mut self) -> VideoResult<DecoderEvent> { in read_event()
521 event_queue: &mut EventQueue<DecoderEvent>, in output_picture()954 fn read_event(&mut self) -> VideoResult<DecoderEvent> { in read_event()
585 fn read_event(&mut self) -> VideoResult<DecoderEvent> { in read_event()
31 pub enum DecoderEvent<P: HandlesProvider> { enum
288 NWindows::NSynchronization::CAutoResetEvent DecoderEvent; variable