Searched defs:v4l2_output (Results 1 – 6 of 6) sorted by relevance
65 impl VmediaType for bindings::v4l2_output {} implementation
1746 struct v4l2_output { struct1747 __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];
1780 struct v4l2_output { struct1781 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];
1813 struct v4l2_output { struct1814 __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];
426 fn enumoutput(&mut self, session: &Self::Session, index: u32) -> IoctlResult<v4l2_output> { in enumoutput()
882 fn enumoutput(&mut self, session: &Self::Session, index: u32) -> IoctlResult<v4l2_output> { in enumoutput()