Home
last modified time | relevance | path

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

/aosp_15_r20/external/virtio-media/device/src/devices/
H A Dvideo_decoder.rs359 pub struct VideoDecoderSession<S: VideoDecoderBackendSession> { struct
360 id: u32,
362 state: VideoDecoderStreamingState,
364 input_buffers: Vec<VideoDecoderBuffer<S::BufferStorage>>,
388 impl<S: VideoDecoderBackendSession> VirtioMediaDeviceSession for VideoDecoderSession<S> { argument
394 impl<S: VideoDecoderBackendSession> VideoDecoderSession<S> { implementation