Home
last modified time | relevance | path

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

/linux-4.19.296/include/media/
Dvideobuf-core.h66 struct videobuf_buffer { struct
67 unsigned int i;
68 u32 magic;
71 unsigned int width;
72 unsigned int height;
73 unsigned int bytesperline; /* use only if != 0 */
74 unsigned long size;
75 enum v4l2_field field;
76 enum videobuf_state state;
77 struct list_head stream; /* QBUF/DQBUF list */
[all …]