Lines Matching refs:m2m_ctx

421 	struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx;  in return_buf_error()  local
424 v4l2_m2m_src_buf_remove_by_buf(m2m_ctx, vbuf); in return_buf_error()
426 v4l2_m2m_dst_buf_remove_by_buf(m2m_ctx, vbuf); in return_buf_error()
1396 struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx; in venus_helper_find_buf() local
1399 return v4l2_m2m_src_buf_remove_by_idx(m2m_ctx, idx); in venus_helper_find_buf()
1401 return v4l2_m2m_dst_buf_remove_by_idx(m2m_ctx, idx); in venus_helper_find_buf()
1479 struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx; in venus_helper_vb2_buf_queue() local
1482 v4l2_m2m_buf_queue(m2m_ctx, vbuf); in venus_helper_vb2_buf_queue()
1514 while ((buf = v4l2_m2m_src_buf_remove(inst->m2m_ctx))) in venus_helper_buffers_done()
1517 while ((buf = v4l2_m2m_dst_buf_remove(inst->m2m_ctx))) in venus_helper_buffers_done()
1570 struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx; in venus_helper_vb2_queue_error() local
1573 q = v4l2_m2m_get_src_vq(m2m_ctx); in venus_helper_vb2_queue_error()
1575 q = v4l2_m2m_get_dst_vq(m2m_ctx); in venus_helper_vb2_queue_error()
1582 struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx; in venus_helper_process_initial_cap_bufs() local
1586 v4l2_m2m_for_each_dst_buf_safe(m2m_ctx, buf, n) { in venus_helper_process_initial_cap_bufs()
1600 struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx; in venus_helper_process_initial_out_bufs() local
1604 v4l2_m2m_for_each_src_buf_safe(m2m_ctx, buf, n) { in venus_helper_process_initial_out_bufs()
1653 struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx; in venus_helper_m2m_device_run() local
1659 v4l2_m2m_for_each_dst_buf_safe(m2m_ctx, buf, n) { in venus_helper_m2m_device_run()
1665 v4l2_m2m_for_each_src_buf_safe(m2m_ctx, buf, n) { in venus_helper_m2m_device_run()
1679 v4l2_m2m_job_finish(inst->m2m_dev, inst->m2m_ctx); in venus_helper_m2m_job_abort()