Searched defs:FfmpegDecoderSession (Results 1 – 1 of 1) sorted by relevance
116 pub struct FfmpegDecoderSession { struct118 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 { implementation425 impl DecoderSession for FfmpegDecoderSession { implementation