Home
last modified time | relevance | path

Searched defs:v4l2_timecode (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dbuffer.rst749 .. _timecode-type:
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dvideodev2.h510 struct v4l2_timecode { struct
511 __u32 type;
512 __u32 flags;
513 __u8 frames;
514 __u8 seconds;
515 __u8 minutes;
516 __u8 hours;
517 __u8 userbits[4];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dvideodev2.h488 struct v4l2_timecode { struct
489 __u32 type;
490 __u32 flags;
491 __u8 frames;
492 __u8 seconds;
493 __u8 minutes;
494 __u8 hours;
495 __u8 userbits[4];
/kernel/linux/linux-5.10/include/uapi/linux/
Dvideodev2.h874 struct v4l2_timecode { struct
875 __u32 type;
876 __u32 flags;
877 __u8 frames;
878 __u8 seconds;
879 __u8 minutes;
880 __u8 hours;
881 __u8 userbits[4];