Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/video/decoder/backend/
H A Dmod.rs104 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
H A Dvda.rs70 impl From<libvda::decode::Event> for DecoderEvent { implementation
253 fn read_event(&mut self) -> VideoResult<DecoderEvent> { in read_event()
H A Dvaapi.rs521 event_queue: &mut EventQueue<DecoderEvent>, in output_picture()
954 fn read_event(&mut self) -> VideoResult<DecoderEvent> { in read_event()
H A Dffmpeg.rs585 fn read_event(&mut self) -> VideoResult<DecoderEvent> { in read_event()
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/
Ddecoder.rs31 pub enum DecoderEvent<P: HandlesProvider> { enum
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DBZip2Decoder.h288 NWindows::NSynchronization::CAutoResetEvent DecoderEvent; variable