Searched defs:DecodedHandle (Results 1 – 3 of 3) sorted by relevance
29 pub(crate) type DecodedHandle<V> = Rc<RefCell<VaapiDecodedHandle<V>>>; typedef41 impl<V: VideoFrame> DecodedHandleTrait for DecodedHandle<V> { implementation
85 pub trait DecodedHandle { trait
462 H: DecodedHandle, in test_decode_stream()