Home
last modified time | relevance | path

Searched defs:v4l2_buffer (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dvideodev2.h560 struct v4l2_buffer { struct
561 __u32 index;
562 __u32 type;
563 __u32 bytesused;
564 __u32 flags;
565 __u32 field;
566 struct timeval timestamp;
567 struct v4l2_timecode timecode;
568 __u32 sequence;
570 __u32 memory;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dvideodev2.h1030 struct v4l2_buffer { struct
1031 __u32 index;
1032 __u32 type;
1033 __u32 bytesused;
1034 __u32 flags;
1035 __u32 field;
1037 struct __kernel_v4l2_timeval timestamp;
1039 struct timeval timestamp;
1041 struct v4l2_timecode timecode;
1042 __u32 sequence;
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dvideodev2.h546 struct v4l2_buffer { struct
547 __u32 index;
548 __u32 type;
549 __u32 bytesused;
550 __u32 flags;
551 __u32 field;
552 struct timeval timestamp;
553 struct v4l2_timecode timecode;
554 __u32 sequence;
555 __u32 memory;
[all …]