Searched refs:out_q_ctx (Results 1 – 9 of 9) sorted by relevance
122 struct v4l2_m2m_queue_ctx out_q_ctx; member565 m2m_ctx->out_q_ctx.buffered = buffered; in v4l2_m2m_set_src_buffered()606 spin_lock_irqsave(&m2m_ctx->out_q_ctx.rdy_spinlock, flags); in v4l2_m2m_num_src_bufs_ready()607 num_buf_rdy = m2m_ctx->out_q_ctx.num_rdy; in v4l2_m2m_num_src_bufs_ready()648 return v4l2_m2m_next_buf(&m2m_ctx->out_q_ctx); in v4l2_m2m_next_src_buf()679 return v4l2_m2m_last_buf(&m2m_ctx->out_q_ctx); in v4l2_m2m_last_src_buf()711 list_for_each_entry(b, &m2m_ctx->out_q_ctx.rdy_queue, list)743 return &m2m_ctx->out_q_ctx.q; in v4l2_m2m_get_src_vq()774 return v4l2_m2m_buf_remove(&m2m_ctx->out_q_ctx); in v4l2_m2m_src_buf_remove()809 v4l2_m2m_buf_remove_by_buf(&m2m_ctx->out_q_ctx, vbuf); in v4l2_m2m_src_buf_remove_by_buf()[all …]
118 return &m2m_ctx->out_q_ctx; in get_queue_ctx()304 if (!m2m_ctx->out_q_ctx.q.streaming || in __v4l2_m2m_try_queue()328 if (!src && !m2m_ctx->out_q_ctx.buffered) { in __v4l2_m2m_try_queue()498 WARN_ON(m2m_ctx->out_q_ctx.q.subsystem_flags & in v4l2_m2m_job_finish()1229 struct v4l2_m2m_queue_ctx *out_q_ctx, *cap_q_ctx; in v4l2_m2m_ctx_init() local1240 out_q_ctx = &m2m_ctx->out_q_ctx; in v4l2_m2m_ctx_init()1243 INIT_LIST_HEAD(&out_q_ctx->rdy_queue); in v4l2_m2m_ctx_init()1245 spin_lock_init(&out_q_ctx->rdy_spinlock); in v4l2_m2m_ctx_init()1262 m2m_ctx->q_lock = out_q_ctx->q.lock; in v4l2_m2m_ctx_init()1277 vb2_queue_release(&m2m_ctx->out_q_ctx.q); in v4l2_m2m_ctx_release()[all …]
487 ctx->fh.m2m_ctx->out_q_ctx.q.requires_requests = false; in hantro_update_requires_request()494 ctx->fh.m2m_ctx->out_q_ctx.q.requires_requests = true; in hantro_update_requires_request()
885 if (!vb2_start_streaming_called(&ctx->m2m_ctx->out_q_ctx.q)) in vb2ops_venc_start_streaming()981 vb2_is_streaming(&ctx->m2m_ctx->out_q_ctx.q)) || in vb2ops_venc_stop_streaming()986 vb2_is_streaming(&ctx->m2m_ctx->out_q_ctx.q), in vb2ops_venc_stop_streaming()
1009 if (!vb2_start_streaming_called(&ctx->fh.m2m_ctx->out_q_ctx.q)) in hva_start_streaming()1088 vb2_is_streaming(&ctx->fh.m2m_ctx->out_q_ctx.q))) { in hva_stop_streaming()1091 vb2_is_streaming(&ctx->fh.m2m_ctx->out_q_ctx.q), in hva_stop_streaming()
478 vb2_queue_error(&sess->m2m_ctx->out_q_ctx.q); in amvdec_abort()
336 struct vb2_queue *out_q = &ctx->fh.m2m_ctx->out_q_ctx.q; in visl_tpg_fill()
487 vb2_is_busy(&ctx->m2m_ctx->out_q_ctx.q)) { in vidioc_vdec_s_fmt()
1220 if (!vb2_is_streaming(&ctx->fh.m2m_ctx->out_q_ctx.q)) in vicodec_encoder_cmd()1254 if (!vb2_is_streaming(&ctx->fh.m2m_ctx->out_q_ctx.q)) in vicodec_decoder_cmd()