Searched refs:out_q_ctx (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/include/media/ |
| D | v4l2-mem2mem.h | 97 struct v4l2_m2m_queue_ctx out_q_ctx; member 366 m2m_ctx->out_q_ctx.buffered = buffered; in v4l2_m2m_set_src_buffered() 404 return m2m_ctx->out_q_ctx.num_rdy; in v4l2_m2m_num_src_bufs_ready() 435 return v4l2_m2m_next_buf(&m2m_ctx->out_q_ctx); in v4l2_m2m_next_src_buf() 466 return v4l2_m2m_last_buf(&m2m_ctx->out_q_ctx); in v4l2_m2m_last_src_buf() 498 list_for_each_entry(b, &m2m_ctx->out_q_ctx.rdy_queue, list) 520 list_for_each_entry_safe(b, n, &m2m_ctx->out_q_ctx.rdy_queue, list) 530 return &m2m_ctx->out_q_ctx.q; in v4l2_m2m_get_src_vq() 561 return v4l2_m2m_buf_remove(&m2m_ctx->out_q_ctx); in v4l2_m2m_src_buf_remove() 596 v4l2_m2m_buf_remove_by_buf(&m2m_ctx->out_q_ctx, vbuf); in v4l2_m2m_src_buf_remove_by_buf() [all …]
|
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | v4l2-mem2mem.c | 112 return &m2m_ctx->out_q_ctx; in get_queue_ctx() 291 if (!m2m_ctx->out_q_ctx.q.streaming in __v4l2_m2m_try_queue() 310 spin_lock_irqsave(&m2m_ctx->out_q_ctx.rdy_spinlock, flags_out); in __v4l2_m2m_try_queue() 311 if (list_empty(&m2m_ctx->out_q_ctx.rdy_queue) in __v4l2_m2m_try_queue() 312 && !m2m_ctx->out_q_ctx.buffered) { in __v4l2_m2m_try_queue() 323 spin_unlock_irqrestore(&m2m_ctx->out_q_ctx.rdy_spinlock, flags_out); in __v4l2_m2m_try_queue() 340 spin_unlock_irqrestore(&m2m_ctx->out_q_ctx.rdy_spinlock, flags_out); in __v4l2_m2m_try_queue() 905 struct v4l2_m2m_queue_ctx *out_q_ctx, *cap_q_ctx; in v4l2_m2m_ctx_init() local 916 out_q_ctx = &m2m_ctx->out_q_ctx; in v4l2_m2m_ctx_init() 919 INIT_LIST_HEAD(&out_q_ctx->rdy_queue); in v4l2_m2m_ctx_init() [all …]
|
| /Linux-v5.4/drivers/staging/media/hantro/ |
| D | hantro_v4l2.c | 353 ctx->fh.m2m_ctx->out_q_ctx.q.requires_requests = false; in hantro_update_requires_request() 358 ctx->fh.m2m_ctx->out_q_ctx.q.requires_requests = true; in hantro_update_requires_request()
|
| /Linux-v5.4/drivers/media/platform/mtk-vcodec/ |
| D | mtk_vcodec_enc.c | 837 if (!vb2_start_streaming_called(&ctx->m2m_ctx->out_q_ctx.q)) in vb2ops_venc_start_streaming() 905 vb2_is_streaming(&ctx->m2m_ctx->out_q_ctx.q)) || in vb2ops_venc_stop_streaming() 910 vb2_is_streaming(&ctx->m2m_ctx->out_q_ctx.q), in vb2ops_venc_stop_streaming()
|
| D | mtk_vcodec_dec.c | 845 vb2_is_busy(&ctx->m2m_ctx->out_q_ctx.q)) { in vidioc_vdec_s_fmt()
|
| /Linux-v5.4/drivers/media/platform/sti/hva/ |
| D | hva-v4l2.c | 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()
|
| /Linux-v5.4/drivers/staging/media/meson/vdec/ |
| D | vdec_helpers.c | 447 vb2_queue_error(&sess->m2m_ctx->out_q_ctx.q); in amvdec_abort()
|
| /Linux-v5.4/drivers/media/platform/vicodec/ |
| D | vicodec-core.c | 1268 !vb2_is_streaming(&ctx->fh.m2m_ctx->out_q_ctx.q)) in vicodec_encoder_cmd() 1296 !vb2_is_streaming(&ctx->fh.m2m_ctx->out_q_ctx.q)) in vicodec_decoder_cmd()
|