Home
last modified time | relevance | path

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

/external/rust/crates/v4l2r/lib/src/
Dcontrols.rs82 fn as_v4l2_control_slice(&mut self) -> &mut [v4l2_ext_control]; in as_v4l2_control_slice()
85 impl AsV4l2ControlSlice for &mut [v4l2_ext_control] { implementation
86 fn as_v4l2_control_slice(&mut self) -> &mut [v4l2_ext_control] { in as_v4l2_control_slice()
122 fn as_v4l2_control_slice(&mut self) -> &mut [v4l2_ext_control] { in as_v4l2_control_slice()
/external/virtio-media/device/src/devices/
Dv4l2_device_proxy.rs177 &mut Vec<v4l2_ext_control>, in perform_ext_ctrls_ioctl()
949 ctrl_array: &mut Vec<v4l2_ext_control>, in g_ext_ctrls()
967 ctrl_array: &mut Vec<v4l2_ext_control>, in s_ext_ctrls()
985 ctrl_array: &mut Vec<v4l2_ext_control>, in try_ext_ctrls()
/external/virtio-media/device/src/io/
Dle.rs83 impl VmediaType for bindings::v4l2_ext_control {} implementation
/external/virtio-media/device/src/
Dioctl.rs495 ctrl_array: &mut Vec<v4l2_ext_control>, in g_ext_ctrls()
506 ctrl_array: &mut Vec<v4l2_ext_control>, in s_ext_ctrls()
517 ctrl_array: &mut Vec<v4l2_ext_control>, in try_ext_ctrls()
/external/v4l-utils/include/linux/
Dvideodev2.h1775 struct v4l2_ext_control { struct
1776 __u32 id;
1777 __u32 size;
1778 __u32 reserved2[1];
1779 union {
/external/v4l-utils/contrib/freebsd/include/linux/
Dvideodev2.h1809 struct v4l2_ext_control { struct
1810 uint32_t id;
1811 uint32_t size;
1812 uint32_t reserved2[1];
1813 union {
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h1842 struct v4l2_ext_control { struct
1843 __u32 id;
1844 __u32 size;
1845 __u32 reserved2[1];
1846 union {