Searched refs:out_q_ctx (Results 1 – 8 of 8) sorted by relevance
115 struct v4l2_m2m_queue_ctx out_q_ctx; member553 m2m_ctx->out_q_ctx.buffered = buffered; in v4l2_m2m_set_src_buffered()591 return m2m_ctx->out_q_ctx.num_rdy; in v4l2_m2m_num_src_bufs_ready()622 return v4l2_m2m_next_buf(&m2m_ctx->out_q_ctx); in v4l2_m2m_next_src_buf()653 return v4l2_m2m_last_buf(&m2m_ctx->out_q_ctx); in v4l2_m2m_last_src_buf()685 list_for_each_entry(b, &m2m_ctx->out_q_ctx.rdy_queue, list)707 list_for_each_entry_safe(b, n, &m2m_ctx->out_q_ctx.rdy_queue, list)717 return &m2m_ctx->out_q_ctx.q; in v4l2_m2m_get_src_vq()748 return v4l2_m2m_buf_remove(&m2m_ctx->out_q_ctx); in v4l2_m2m_src_buf_remove()783 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()325 if (!src && !m2m_ctx->out_q_ctx.buffered) { in __v4l2_m2m_try_queue()494 WARN_ON(m2m_ctx->out_q_ctx.q.subsystem_flags & in v4l2_m2m_job_finish()1169 struct v4l2_m2m_queue_ctx *out_q_ctx, *cap_q_ctx; in v4l2_m2m_ctx_init() local1180 out_q_ctx = &m2m_ctx->out_q_ctx; in v4l2_m2m_ctx_init()1183 INIT_LIST_HEAD(&out_q_ctx->rdy_queue); in v4l2_m2m_ctx_init()1185 spin_lock_init(&out_q_ctx->rdy_spinlock); in v4l2_m2m_ctx_init()1202 m2m_ctx->q_lock = out_q_ctx->q.lock; in v4l2_m2m_ctx_init()1217 vb2_queue_release(&m2m_ctx->out_q_ctx.q); in v4l2_m2m_ctx_release()[all …]
390 ctx->fh.m2m_ctx->out_q_ctx.q.requires_requests = false; in hantro_update_requires_request()396 ctx->fh.m2m_ctx->out_q_ctx.q.requires_requests = true; in hantro_update_requires_request()
1012 if (!vb2_start_streaming_called(&ctx->fh.m2m_ctx->out_q_ctx.q)) in hva_start_streaming()1091 vb2_is_streaming(&ctx->fh.m2m_ctx->out_q_ctx.q))) { in hva_stop_streaming()1094 vb2_is_streaming(&ctx->fh.m2m_ctx->out_q_ctx.q), in hva_stop_streaming()
892 if (!vb2_start_streaming_called(&ctx->m2m_ctx->out_q_ctx.q)) in vb2ops_venc_start_streaming()1000 vb2_is_streaming(&ctx->m2m_ctx->out_q_ctx.q)) || in vb2ops_venc_stop_streaming()1005 vb2_is_streaming(&ctx->m2m_ctx->out_q_ctx.q), in vb2ops_venc_stop_streaming()
417 vb2_is_busy(&ctx->m2m_ctx->out_q_ctx.q)) { in vidioc_vdec_s_fmt()
474 vb2_queue_error(&sess->m2m_ctx->out_q_ctx.q); in amvdec_abort()
1223 !vb2_is_streaming(&ctx->fh.m2m_ctx->out_q_ctx.q)) in vicodec_encoder_cmd()1252 !vb2_is_streaming(&ctx->fh.m2m_ctx->out_q_ctx.q)) in vicodec_decoder_cmd()
Completed in 23 milliseconds