Home
last modified time | relevance | path

Searched defs:SupportedMemoryType (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/crates/v4l2r/lib/src/
Dmemory.rs132 type SupportedMemoryType: Into<MemoryType> + Send + Clone + Copy; typedef
148 type SupportedMemoryType = MemoryType; typedef
Dencoder.rs145 memory_type: OP::SupportedMemoryType, in allocate_output_buffers_generic()
185 memory_type: <P::HandleType as BufferHandles>::SupportedMemoryType, in allocate_capture_buffers_generic()
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/device/queue/
Dgeneric.rs66 type SupportedMemoryType = GenericSupportedMemoryType; typedef
Dhandles_provider.rs211 type SupportedMemoryType = H::SupportedMemoryType; typedef
/aosp_15_r20/external/rust/crates/v4l2r/ffi/src/
Dmemory.rs95 type SupportedMemoryType = VideoFrameMemoryType; typedef
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/decoder/
Dstateful.rs131 memory_type: OP::SupportedMemoryType, in allocate_output_buffers_generic()
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/device/
Dqueue.rs259 memory_type: P::SupportedMemoryType, in request_buffers_generic()