Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/decoder/backend/
Dffmpeg.rs116 pub struct FfmpegDecoderSession { struct
118 event_queue: Arc<SyncEventQueue<DecoderEvent>>,
121 codec_jobs: VecDeque<CodecJob>,
123 is_flushing: bool,
126 state: SessionState,
128 current_visible_res: (usize, usize),
131 context: AvCodecContext,
134 avframe: Option<AvFrame>,
181 impl FfmpegDecoderSession { implementation
425 impl DecoderSession for FfmpegDecoderSession { implementation