Searched defs:OutputQueueableProvider (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/device/queue/ |
D | qbuf.rs | 197 pub trait OutputQueueableProvider<'a, Q: BufferHandles> { trait
|
D | generic.rs | 152 impl<'a> OutputQueueableProvider<'a, GenericBufferHandles> impl
|
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/decoder/ |
D | stateful.rs | 529 impl<'a, OP, P, InputDoneCb, DecoderEventCb, FormatChangedCb> OutputQueueableProvider<'a, OP> impl
|
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/ |
D | encoder.rs | 415 impl<'a, OP, P, InputDoneCb, OutputReadyCb> OutputQueueableProvider<'a, OP> impl
|
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/device/ |
D | queue.rs | 598 impl<'a, P: PrimitiveBufferHandles> OutputQueueableProvider<'a, P> impl
|