Searched defs:VideoDecoderSession (Results 1 – 1 of 1) sorted by relevance
359 pub struct VideoDecoderSession<S: VideoDecoderBackendSession> { struct360 id: u32,362 state: VideoDecoderStreamingState,364 input_buffers: Vec<VideoDecoderBuffer<S::BufferStorage>>,388 impl<S: VideoDecoderBackendSession> VirtioMediaDeviceSession for VideoDecoderSession<S> { argument394 impl<S: VideoDecoderBackendSession> VideoDecoderSession<S> { implementation