Searched defs:GenericDmaVideoFrame (Results 1 – 3 of 3) sorted by relevance
338 pub struct GenericDmaVideoFrame<T: Clone + Send + Sync + Sized + Debug + 'static> { struct344 // The Clone trait is implemented for GenericDmaVideoFrame (and importantly no other VideoFrame!) argument348 impl<T: Clone + Send + Sync + Sized + Debug + 'static> Clone for GenericDmaVideoFrame<T> { implementation366 impl<T: Clone + Send + Sync + Sized + Debug + 'static> GenericDmaVideoFrame<T> { impl414 impl<T: Clone + Send + Sync + Sized + Debug + 'static> ExternalBufferDescriptor477 impl<T: Clone + Send + Sync + Sized + Debug + 'static> VideoFrame for GenericDmaVideoFrame<T> { implementation
239 pub fn to_generic_dma_video_frame(self) -> Result<GenericDmaVideoFrame<()>, String> { in to_generic_dma_video_frame()
79 encoder: &mut C2Wrapper<C2EncodeJob<PooledVideoFrame<GenericDmaVideoFrame<()>>>, W>, in enqueue_work()81 framepool: Arc<Mutex<FramePool<GenericDmaVideoFrame<()>>>>, in enqueue_work()90 W: C2Worker<C2EncodeJob<PooledVideoFrame<GenericDmaVideoFrame<()>>>>, in enqueue_work()