Home
last modified time | relevance | path

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

/external/virtio-media/device/src/devices/
Dvideo_decoder.rs611 buffer.v4l2_buffer.planes_with_backing_iter() in close_session()
644 b.v4l2_buffer.planes_with_backing_iter() in do_mmap()
903 buffer.v4l2_buffer.planes_with_backing_iter() in reqbufs()
Dv4l2_device_proxy.rs305 if let V4l2PlanesWithBacking::UserPtr(host_planes) = host_buffer.planes_with_backing_iter() in register_userptr_addresses()
308 guest_buffer.planes_with_backing_iter() in register_userptr_addresses()
432 if let V4l2PlanesWithBacking::Mmap(planes) = buffer.planes_with_backing_iter() { in update_mmap_offsets()
/external/rust/crates/v4l2r/lib/src/
Dioctl.rs619 pub fn planes_with_backing_iter( in planes_with_backing_iter() method
/external/virtio-media/device/src/
Dioctl.rs141 v4l2_buffer.planes_with_backing_iter() in read_from_chain()