Home
last modified time | relevance | path

Searched defs:v4l2_query_ext_ctrl (Results 1 – 6 of 6) sorted by relevance

/external/v4l-utils/include/linux/
Dvideodev2.h1903 struct v4l2_query_ext_ctrl { struct
1904 __u32 id;
1905 __u32 type;
1906 char name[32];
1907 __s64 minimum;
1908 __s64 maximum;
1909 __u64 step;
1910 __s64 default_value;
1911 __u32 flags;
1912 __u32 elem_size;
[all …]
/external/v4l-utils/contrib/freebsd/include/linux/
Dvideodev2.h1937 struct v4l2_query_ext_ctrl { struct
1938 uint32_t id;
1939 uint32_t type;
1940 char name[32];
1941 int64_t minimum;
1942 int64_t maximum;
1943 uint64_t step;
1944 int64_t default_value;
1945 uint32_t flags;
1946 uint32_t elem_size;
[all …]
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h1974 struct v4l2_query_ext_ctrl { struct
1975 __u32 id;
1976 __u32 type;
1977 char name[32];
1978 __s64 minimum;
1979 __s64 maximum;
1980 __u64 step;
1981 __s64 default_value;
1982 __u32 flags;
1983 __u32 elem_size;
[all …]
/external/virtio-media/device/src/io/
Dle.rs80 impl VmediaType for bindings::v4l2_query_ext_ctrl {} implementation
/external/virtio-media/device/src/
Dioctl.rs684 ) -> IoctlResult<v4l2_query_ext_ctrl> { in query_ext_ctrl()
/external/virtio-media/device/src/devices/
Dv4l2_device_proxy.rs1202 ) -> IoctlResult<v4l2_query_ext_ctrl> { in query_ext_ctrl()