Searched defs:vb2_buffer (Results 1 – 2 of 2) sorted by relevance
249 struct vb2_buffer { struct251 unsigned int index;252 unsigned int type;253 unsigned int memory;254 unsigned int num_planes;255 u64 timestamp;280 enum vb2_buffer_state state; argument281 unsigned int synced:1;295 u32 cnt_mem_alloc;319 /* This counts the number of calls to vb2_buffer_done() */ argument[all …]
143 #define to_buf_list(vb2_buffer) (&container_of(vb2_buffer, \ argument
Completed in 14 milliseconds