Searched refs:vb_buf (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/media/platform/chips-media/wave5/ |
| H A D | wave5-vdi.c | 154 struct vpu_buf vb_buf; in wave5_vdi_allocate_array() local 157 vb_buf.size = size; in wave5_vdi_allocate_array() 166 ret = wave5_vdi_allocate_dma_memory(vpu_dev, &vb_buf); in wave5_vdi_allocate_array() 169 array[i] = vb_buf; in wave5_vdi_allocate_array()
|
| /linux/drivers/media/platform/rockchip/rkvdec/ |
| H A D | rkvdec-h264.c | 317 struct vb2_buffer *vb_buf = run->ref_buf[i]; in config_registers() local 324 if (!vb_buf) in config_registers() 325 vb_buf = &dst_buf->vb2_buf; in config_registers() 326 refer_addr = vb2_dma_contig_plane_dma_addr(vb_buf, 0); in config_registers()
|
| H A D | rkvdec-vdpu381-h264.c | 298 struct vb2_buffer *vb_buf = run->ref_buf[i]; in config_registers() local 305 if (!vb_buf) in config_registers() 306 vb_buf = &dst_buf->vb2_buf; in config_registers() 308 buf_dma = vb2_dma_contig_plane_dma_addr(vb_buf, 0); in config_registers()
|
| H A D | rkvdec-vdpu383-h264.c | 374 struct vb2_buffer *vb_buf = run->ref_buf[i]; in config_registers() local 381 if (!vb_buf) in config_registers() 382 vb_buf = &dst_buf->vb2_buf; in config_registers() 384 buf_dma = vb2_dma_contig_plane_dma_addr(vb_buf, 0); in config_registers()
|
| H A D | rkvdec-hevc.c | 469 struct vb2_buffer *vb_buf = get_ref_buf(ctx, run, i); in config_registers() local 478 refer_addr = vb2_dma_contig_plane_dma_addr(vb_buf, 0); in config_registers()
|
| H A D | rkvdec-vdpu381-hevc.c | 462 struct vb2_buffer *vb_buf = get_ref_buf(ctx, run, i); in config_registers() local 463 dma_addr_t buf_dma = vb2_dma_contig_plane_dma_addr(vb_buf, 0); in config_registers()
|
| H A D | rkvdec-vdpu383-hevc.c | 469 struct vb2_buffer *vb_buf = get_ref_buf(ctx, run, i); in config_registers() local 472 buf_dma = vb2_dma_contig_plane_dma_addr(vb_buf, 0); in config_registers()
|
| /linux/drivers/media/usb/em28xx/ |
| H A D | em28xx-video.c | 462 fieldstart = buf->vb_buf; in em28xx_copy_video() 464 fieldstart = buf->vb_buf + bytesperline; in em28xx_copy_video() 478 if ((char *)startwrite + lencopy > (char *)buf->vb_buf + buf->length) { in em28xx_copy_video() 481 ((char *)buf->vb_buf + buf->length)); in em28xx_copy_video() 482 remain = (char *)buf->vb_buf + buf->length - in em28xx_copy_video() 503 if ((char *)startwrite + lencopy > (char *)buf->vb_buf + in em28xx_copy_video() 507 ((char *)buf->vb_buf + buf->length)); in em28xx_copy_video() 508 remain = (char *)buf->vb_buf + buf->length - in em28xx_copy_video() 541 memcpy(buf->vb_buf + offset, usb_buf, len); in em28xx_copy_vbi() 602 buf->vb_buf = buf->mem; in get_next_buf()
|
| H A D | em28xx.h | 286 char *vb_buf; member
|
| /linux/drivers/media/usb/au0828/ |
| H A D | au0828.h | 164 char *vb_buf; member
|