Lines Matching refs:VideoDecoderBackendEvent
86 use virtio_media::devices::video_decoder::VideoDecoderBackendEvent;
97 .queue_event(VideoDecoderBackendEvent::InputBufferDone(1)) in event_queue()
101 .queue_event(VideoDecoderBackendEvent::FrameCompleted { in event_queue()
115 Some(VideoDecoderBackendEvent::InputBufferDone(1)) in event_queue()
120 Some(VideoDecoderBackendEvent::FrameCompleted { in event_queue()
150 .queue_event(VideoDecoderBackendEvent::InputBufferDone(1)) in decoder_event_queue_polling()
154 .queue_event(VideoDecoderBackendEvent::InputBufferDone(2)) in decoder_event_queue_polling()
158 .queue_event(VideoDecoderBackendEvent::InputBufferDone(3)) in decoder_event_queue_polling()
164 Some(VideoDecoderBackendEvent::InputBufferDone(1)) in decoder_event_queue_polling()
169 Some(VideoDecoderBackendEvent::InputBufferDone(2)) in decoder_event_queue_polling()
174 Some(VideoDecoderBackendEvent::InputBufferDone(3)) in decoder_event_queue_polling()