Home
last modified time | relevance | path

Searched defs:DecoderEvent (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/devices/src/virtio/video/decoder/backend/
Dvda.rs70 impl From<libvda::decode::Event> for DecoderEvent { implementation
262 fn read_event(&mut self) -> VideoResult<DecoderEvent> { in read_event()
Dmod.rs104 fn read_event(&mut self) -> VideoResult<DecoderEvent>; in read_event()
118 pub enum DecoderEvent { enum
Dvaapi.rs520 event_queue: &mut EventQueue<DecoderEvent>, in output_picture()
960 fn read_event(&mut self) -> VideoResult<DecoderEvent> { in read_event()
Dffmpeg.rs592 fn read_event(&mut self) -> VideoResult<DecoderEvent> { in read_event()
/external/lzma/CPP/7zip/Compress/
DBZip2Decoder.h288 NWindows::NSynchronization::CAutoResetEvent DecoderEvent; variable