Searched refs:vq_dst (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 426 if (ctx->vq_src.streaming || ctx->vq_dst.streaming) { in vidioc_s_fmt() 523 ret = vb2_reqbufs(&ctx->vq_dst, reqbufs); in reqbufs_capture() 532 ret = vb2_reqbufs(&ctx->vq_dst, reqbufs); in reqbufs_capture() 543 vb2_reqbufs(&ctx->vq_dst, reqbufs); in reqbufs_capture() 608 ret = vb2_querybuf(&ctx->vq_dst, buf); in vidioc_querybuf() 631 return vb2_qbuf(&ctx->vq_dst, buf); in vidioc_qbuf() 653 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf() 675 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf() 690 ret = vb2_streamon(&ctx->vq_dst, type); in vidioc_streamon() 704 return vb2_streamoff(&ctx->vq_dst, type); in vidioc_streamoff() [all …]
|
D | s5p_mfc_enc.c | 1098 if (ctx->vq_src.streaming || ctx->vq_dst.streaming) { in vidioc_s_fmt() 1153 ret = vb2_reqbufs(&ctx->vq_dst, reqbufs); in vidioc_reqbufs() 1162 ret = vb2_reqbufs(&ctx->vq_dst, reqbufs); in vidioc_reqbufs() 1174 ret = vb2_reqbufs(&ctx->vq_dst, reqbufs); in vidioc_reqbufs() 1232 ret = vb2_querybuf(&ctx->vq_dst, buf); in vidioc_querybuf() 1267 return vb2_qbuf(&ctx->vq_dst, buf); in vidioc_qbuf() 1288 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf() 1290 && list_empty(&ctx->vq_dst.done_list)) in vidioc_dqbuf() 1308 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf() 1321 return vb2_streamon(&ctx->vq_dst, type); in vidioc_streamon() [all …]
|
D | s5p_mfc.c | 154 &ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_watchdog_worker() 455 &ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_handle_error() 817 q = &ctx->vq_dst; in s5p_mfc_open() 909 vb2_queue_release(&ctx->vq_dst); in s5p_mfc_release() 954 dst_q = &ctx->vq_dst; in s5p_mfc_poll() 1009 ret = vb2_mmap(&ctx->vq_dst, vma); in s5p_mfc_mmap()
|
D | s5p_mfc_common.h | 578 struct vb2_queue vq_dst; member
|