Linux Kernel
3.7.1
|
#include <s5p_mfc_common.h>
Data Fields | |
struct list_head | list |
struct vb2_buffer * | b |
union { | |
struct { | |
size_t luma | |
size_t chroma | |
} raw | |
size_t stream | |
} | cookie |
int | flags |
struct s5p_mfc_buf - MFC buffer
Definition at line 180 of file s5p_mfc_common.h.
struct vb2_buffer* b |
Definition at line 182 of file s5p_mfc_common.h.
size_t chroma |
Definition at line 186 of file s5p_mfc_common.h.
union { ... } cookie |
int flags |
Definition at line 190 of file s5p_mfc_common.h.
Definition at line 181 of file s5p_mfc_common.h.
size_t luma |
Definition at line 185 of file s5p_mfc_common.h.
struct { ... } raw |
size_t stream |
Definition at line 188 of file s5p_mfc_common.h.