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 | 155 struct vpu_buf vb_buf; in wave5_vdi_allocate_array() 158 vb_buf.size = size; in wave5_vdi_allocate_array() 167 ret = wave5_vdi_allocate_dma_memory(vpu_dev, &vb_buf); in wave5_vdi_allocate_array() 170 array[i] = vb_buf; in wave5_vdi_allocate_array() 154 struct vpu_buf vb_buf; wave5_vdi_allocate_array() local
|
| /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 | 378 struct vb2_buffer *vb_buf = run->ref_buf[i]; in config_registers() local 385 if (!vb_buf) in config_registers() 386 vb_buf = &dst_buf->vb2_buf; in config_registers() 388 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 | 578 fieldstart = buf->vb_buf; in print_err_status() 580 fieldstart = buf->vb_buf + bytesperline; in print_err_status() 594 if ((char *)startwrite + lencopy > (char *)buf->vb_buf + buf->length) { in get_next_buf() 597 ((char *)buf->vb_buf + buf->length)); in get_next_buf() 598 remain = (char *)buf->vb_buf + buf->length - in get_next_buf() 619 if ((char *)startwrite + lencopy > (char *)buf->vb_buf + in finish_field_prepare_next() 623 ((char *)buf->vb_buf + buf->length)); in finish_field_prepare_next() 624 remain = (char *)buf->vb_buf + buf->length - in finish_field_prepare_next() 657 memcpy(buf->vb_buf + offset, usb_buf, len); in process_frame_data_em28xx() 718 buf->vb_buf [all...] |
| H A D | em28xx.h | 273 * @vb_buf: pointer to vmalloc memory address in vb 291 char *vb_buf; 286 char *vb_buf; global() member
|
| /linux/drivers/media/usb/au0828/ |
| H A D | au0828.h | 164 char *vb_buf; member
|