Searched defs:v4l2_standard (Results 1 – 6 of 6) sorted by relevance
56 impl VmediaType for bindings::v4l2_standard {} implementation
1444 struct v4l2_standard { struct1445 __u32 index;1446 v4l2_std_id id;1447 __u8 name[24];1448 struct v4l2_fract frameperiod; /* Frames, not fields */1449 __u32 framelines;1450 __u32 reserved[4];
1478 struct v4l2_standard { struct1479 uint32_t index;1480 v4l2_std_id id;1481 uint8_t name[24];1482 struct v4l2_fract frameperiod; /* Frames, not fields */1483 uint32_t framelines;1484 uint32_t reserved[4];
1511 struct v4l2_standard { struct1512 __u32 index;1513 v4l2_std_id id;1514 __u8 name[24];1515 struct v4l2_fract frameperiod; /* Frames, not fields */1516 __u32 framelines;1517 __u32 reserved[4];
345 fn enumstd(&mut self, session: &Self::Session, index: u32) -> IoctlResult<v4l2_standard> { in enumstd()
789 fn enumstd(&mut self, session: &Self::Session, index: u32) -> IoctlResult<v4l2_standard> { in enumstd()