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.c155 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 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.c378 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 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.c578 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 Dem28xx.h273 * @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 Dau0828.h164 char *vb_buf; member