Searched refs:vb (Results 1 – 9 of 9) sorted by relevance
| /include/trace/events/ |
| A D | vb2.h | 12 TP_PROTO(struct vb2_queue *q, struct vb2_buffer *vb), 13 TP_ARGS(q, vb), 30 __entry->index = vb->index; 31 __entry->type = vb->type; 32 __entry->bytesused = vb->planes[0].bytesused; 33 __entry->timestamp = vb->timestamp; 47 TP_PROTO(struct vb2_queue *q, struct vb2_buffer *vb), 48 TP_ARGS(q, vb) 53 TP_ARGS(q, vb) 58 TP_ARGS(q, vb) [all …]
|
| A D | v4l2.h | 182 TP_PROTO(struct vb2_queue *q, struct vb2_buffer *vb), 183 TP_ARGS(q, vb), 210 __entry->timestamp = vb->timestamp; 246 TP_PROTO(struct vb2_queue *q, struct vb2_buffer *vb), 247 TP_ARGS(q, vb) 251 TP_PROTO(struct vb2_queue *q, struct vb2_buffer *vb), 252 TP_ARGS(q, vb) 256 TP_PROTO(struct vb2_queue *q, struct vb2_buffer *vb), 257 TP_ARGS(q, vb) 261 TP_PROTO(struct vb2_queue *q, struct vb2_buffer *vb), [all …]
|
| /include/media/ |
| A D | videobuf2-core.h | 119 void *(*alloc)(struct vb2_buffer *vb, 127 void *(*get_userptr)(struct vb2_buffer *vb, 443 int (*buf_init)(struct vb2_buffer *vb); 453 void (*buf_queue)(struct vb2_buffer *vb); 1230 if (plane_no < vb->num_planes) { in vb2_set_plane_payload() 1232 size = vb->planes[plane_no].length; in vb2_set_plane_payload() 1233 vb->planes[plane_no].bytesused = size; in vb2_set_plane_payload() 1246 if (plane_no < vb->num_planes) in vb2_get_plane_payload() 1247 return vb->planes[plane_no].bytesused; in vb2_get_plane_payload() 1260 if (plane_no < vb->num_planes) in vb2_plane_size() [all …]
|
| A D | videobuf2-dma-sg.h | 19 struct vb2_buffer *vb, unsigned int plane_no) in vb2_dma_sg_plane_desc() argument 21 return (struct sg_table *)vb2_plane_cookie(vb, plane_no); in vb2_dma_sg_plane_desc()
|
| A D | videobuf2-dma-contig.h | 20 vb2_dma_contig_plane_dma_addr(struct vb2_buffer *vb, unsigned int plane_no) in vb2_dma_contig_plane_dma_addr() argument 22 dma_addr_t *addr = vb2_plane_cookie(vb, plane_no); in vb2_dma_contig_plane_dma_addr()
|
| A D | videobuf2-v4l2.h | 62 #define to_vb2_v4l2_buffer(vb) \ argument 63 container_of(vb, struct vb2_v4l2_buffer, vb2_buf)
|
| A D | dvb_vb2.h | 68 struct vb2_buffer vb; member
|
| A D | v4l2-mem2mem.h | 139 struct vb2_v4l2_buffer vb; member
|
| /include/media/drv-intf/ |
| A D | saa7146_vv.h | 60 struct vb2_v4l2_buffer vb; member
|
Completed in 17 milliseconds