Home
last modified time | relevance | path

Searched refs:V4l2PlanesWithBackingMut (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/v4l2r/lib/src/
Dioctl.rs673 ) -> V4l2PlanesWithBackingMut< in planes_with_backing_iter_mut()
680 V4l2PlanesWithBackingMut::Mmap(unsafe { self.planes_iter_with_backing_mut() }) in planes_with_backing_iter_mut()
683 V4l2PlanesWithBackingMut::UserPtr(unsafe { self.planes_iter_with_backing_mut() }) in planes_with_backing_iter_mut()
686 V4l2PlanesWithBackingMut::DmaBuf(unsafe { self.planes_iter_with_backing_mut() }) in planes_with_backing_iter_mut()
688 MemoryType::Overlay => V4l2PlanesWithBackingMut::Overlay, in planes_with_backing_iter_mut()
901 pub enum V4l2PlanesWithBackingMut< enum
/external/virtio-media/device/src/devices/
Dsimple_device.rs28 use v4l2r::ioctl::V4l2PlanesWithBackingMut;
432 if let V4l2PlanesWithBackingMut::Mmap(mut planes) = in reqbufs()
Dv4l2_device_proxy.rs77 use v4l2r::ioctl::V4l2PlanesWithBackingMut;
115 if let V4l2PlanesWithBackingMut::UserPtr(host_planes) = in guest_v4l2_buffer_to_host()
145 if let V4l2PlanesWithBackingMut::UserPtr(host_planes) = in host_v4l2_buffer_to_guest()
Dvideo_decoder.rs20 use v4l2r::ioctl::V4l2PlanesWithBackingMut;
74 if let V4l2PlanesWithBackingMut::Mmap(mut planes) = in new()