Searched defs:FramePool (Results 1 – 3 of 3) sorted by relevance
90 pub struct FramePool<V: VideoFrame> { struct95 impl<V: VideoFrame> FramePool<V> { impl
140 type FramePool = Self; typedef146 fn frame_pool(&mut self, _: PoolLayer) -> Vec<&mut Self::FramePool> { in frame_pool()
32 pub trait FramePool { interface