Home
last modified time | relevance | path

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

/external/v4l-utils/include/linux/
Dvideodev2.h1184 struct v4l2_exportbuffer { struct
1185 __u32 type; /* enum v4l2_buf_type */
1186 __u32 index;
1187 __u32 plane;
1188 __u32 flags;
1189 __s32 fd;
1190 __u32 reserved[11];
/external/v4l-utils/contrib/freebsd/include/linux/
Dvideodev2.h1218 struct v4l2_exportbuffer { struct
1219 uint32_t type; /* enum v4l2_buf_type */
1220 uint32_t index;
1221 uint32_t plane;
1222 uint32_t flags;
1223 int32_t fd;
1224 uint32_t reserved[11];
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h1249 struct v4l2_exportbuffer { struct
1250 __u32 type; /* enum v4l2_buf_type */
1251 __u32 index;
1252 __u32 plane;
1253 __u32 flags;
1254 __s32 fd;
1255 __u32 reserved[11];