Searched refs:DynStatelessVideoDecoderWrapper (Results 1 – 1 of 1) sorted by relevance
233 Box::new(DynStatelessVideoDecoderWrapper(self)) in into_trait_object()239 struct DynStatelessVideoDecoderWrapper<D: StatelessVideoDecoder>(D); struct241 impl<D> StatelessVideoDecoder for DynStatelessVideoDecoderWrapper<D> implementation