Home
last modified time | relevance | path

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

/external/rust/crates/v4l2r/lib/src/device/queue/
Dqbuf.rs65 pub struct QBuffer< struct
80 impl<D, P, B, Q> QBuffer<D, P, B, Q> argument
166 impl<P, B, Q> QBuffer<Output, P, B, Q> impl
181 impl<P, B, Q> CaptureQueueable<B> for QBuffer<Capture, P, B, Q> implementation
212 impl<P, B, Q> OutputQueueable<B> for QBuffer<Output, P, B, Q> implementation
260 impl<P, B, Q> QBuffer<Capture, P, B, Q> impl
281 impl<P, B, Q> QBuffer<Output, P, B, Q> implementation
/external/rust/crates/v4l2r/lib/src/ioctl/
Dqbuf.rs82 pub struct QBuffer<H: PlaneHandle> { struct
94 impl<H: PlaneHandle> QBuffer<H> { argument
110 impl<H: PlaneHandle> QBuffer<H> { impl