Home
last modified time | relevance | path

Searched refs:vq_dst (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_dec.c420 if (vb2_is_streaming(&ctx->vq_src) || vb2_is_streaming(&ctx->vq_dst)) { in vidioc_s_fmt()
516 ret = vb2_reqbufs(&ctx->vq_dst, reqbufs); in reqbufs_capture()
525 ret = vb2_reqbufs(&ctx->vq_dst, reqbufs); in reqbufs_capture()
536 vb2_reqbufs(&ctx->vq_dst, reqbufs); in reqbufs_capture()
601 ret = vb2_querybuf(&ctx->vq_dst, buf); in vidioc_querybuf()
624 return vb2_qbuf(&ctx->vq_dst, NULL, buf); in vidioc_qbuf()
646 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
668 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
683 ret = vb2_streamon(&ctx->vq_dst, type); in vidioc_streamon()
697 return vb2_streamoff(&ctx->vq_dst, type); in vidioc_streamoff()
[all …]
H A Ds5p_mfc_enc.c1437 if (ctx->vq_src.streaming || ctx->vq_dst.streaming) { in vidioc_s_fmt()
1493 ret = vb2_reqbufs(&ctx->vq_dst, reqbufs); in vidioc_reqbufs()
1504 ret = vb2_reqbufs(&ctx->vq_dst, reqbufs); in vidioc_reqbufs()
1516 ret = vb2_reqbufs(&ctx->vq_dst, reqbufs); in vidioc_reqbufs()
1574 ret = vb2_querybuf(&ctx->vq_dst, buf); in vidioc_querybuf()
1609 return vb2_qbuf(&ctx->vq_dst, NULL, buf); in vidioc_qbuf()
1630 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
1632 && list_empty(&ctx->vq_dst.done_list)) in vidioc_dqbuf()
1650 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
1663 return vb2_streamon(&ctx->vq_dst, type); in vidioc_streamon()
[all …]
H A Ds5p_mfc.c189 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_watchdog_worker()
484 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_handle_error()
843 q = &ctx->vq_dst; in s5p_mfc_open()
945 vb2_queue_release(&ctx->vq_dst); in s5p_mfc_release()
1003 dst_q = &ctx->vq_dst; in s5p_mfc_poll()
1055 ret = vb2_mmap(&ctx->vq_dst, vma); in s5p_mfc_mmap()
H A Ds5p_mfc_common.h630 struct vb2_queue vq_dst; member