Home
last modified time | relevance | path

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

/linux/include/media/
A Dvideobuf2-core.h249 struct vb2_buffer { struct
251 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; argument
281 unsigned int synced:1;
295 u32 cnt_mem_alloc;
319 /* This counts the number of calls to vb2_buffer_done() */ argument
[all …]
/linux/drivers/media/platform/rcar-vin/
A Drcar-dma.c143 #define to_buf_list(vb2_buffer) (&container_of(vb2_buffer, \ argument

Completed in 14 milliseconds