Home
last modified time | relevance | path

Searched refs:vb_buf (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/media/platform/chips-media/wave5/
H A Dwave5-vdi.c154 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 Drkvdec-h264.c317 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 Drkvdec-vdpu381-h264.c298 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 Drkvdec-vdpu383-h264.c374 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 Drkvdec-hevc.c469 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 Drkvdec-vdpu381-hevc.c462 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 Drkvdec-vdpu383-hevc.c469 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 Dem28xx-video.c462 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 Dem28xx.h286 char *vb_buf; member
/linux/drivers/media/usb/au0828/
H A Dau0828.h164 char *vb_buf; member