Home
last modified time | relevance | path

Searched defs:VaSurfacePool (Results 1 – 2 of 2) sorted by relevance

/system/cros-codecs/src/backend/vaapi/
Dsurface_pool.rs102 pub struct VaSurfacePool<M: SurfaceMemoryDescriptor> { struct
103 inner: Rc<RefCell<VaSurfacePoolInner<M>>>, argument
106 impl<M: SurfaceMemoryDescriptor> VaSurfacePool<M> { implementation
171 impl<M: SurfaceMemoryDescriptor> FramePool for VaSurfacePool<M> { implementation
Dencoder.rs477 pool: VaSurfacePool<()>, in new()
520 pool: VaSurfacePool<()>, in new()
614 pool: VaSurfacePool<()>, in new()