Home
last modified time | relevance | path

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

/external/virtio-media/device/src/io/
Dle.rs65 impl VmediaType for bindings::v4l2_output {} implementation
/external/v4l-utils/include/linux/
Dvideodev2.h1746 struct v4l2_output { struct
1747 __u32 index; /* Which output */
1748 __u8 name[32]; /* Label */
1749 __u32 type; /* Type of output */
1750 __u32 audioset; /* Associated audios (bitfield) */
1751 __u32 modulator; /* Associated modulator */
1752 v4l2_std_id std;
1753 __u32 capabilities;
1754 __u32 reserved[3];
/external/v4l-utils/contrib/freebsd/include/linux/
Dvideodev2.h1780 struct v4l2_output { struct
1781 uint32_t index; /* Which output */
1782 uint8_t name[32]; /* Label */
1783 uint32_t type; /* Type of output */
1784 uint32_t audioset; /* Associated audios (bitfield) */
1785 uint32_t modulator; /* Associated modulator */
1786 v4l2_std_id std;
1787 uint32_t capabilities;
1788 uint32_t reserved[3];
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h1813 struct v4l2_output { struct
1814 __u32 index; /* Which output */
1815 __u8 name[32]; /* Label */
1816 __u32 type; /* Type of output */
1817 __u32 audioset; /* Associated audios (bitfield) */
1818 __u32 modulator; /* Associated modulator */
1819 v4l2_std_id std;
1820 __u32 capabilities;
1821 __u32 reserved[3];
/external/virtio-media/device/src/
Dioctl.rs426 fn enumoutput(&mut self, session: &Self::Session, index: u32) -> IoctlResult<v4l2_output> { in enumoutput()
/external/virtio-media/device/src/devices/
Dv4l2_device_proxy.rs882 fn enumoutput(&mut self, session: &Self::Session, index: u32) -> IoctlResult<v4l2_output> { in enumoutput()