Searched refs:out_q_ctx (Results 1 – 6 of 6) sorted by relevance
| /linux/include/media/ ! |
| H A D | v4l2-mem2mem.h | 95 * @out_q_ctx: Output (input from memory) queue context 122 struct v4l2_m2m_queue_ctx out_q_ctx; member 588 m2m_ctx->out_q_ctx.buffered = buffered; 629 spin_lock_irqsave(&m2m_ctx->out_q_ctx.rdy_spinlock, flags); in v4l2_m2m_num_dst_bufs_ready() 630 num_buf_rdy = m2m_ctx->out_q_ctx.num_rdy; in v4l2_m2m_num_dst_bufs_ready() 631 spin_unlock_irqrestore(&m2m_ctx->out_q_ctx.rdy_spinlock, flags); in v4l2_m2m_num_dst_bufs_ready() 671 return v4l2_m2m_next_buf(&m2m_ctx->out_q_ctx); 702 return v4l2_m2m_last_buf(&m2m_ctx->out_q_ctx); 734 list_for_each_entry(b, &m2m_ctx->out_q_ctx.rdy_queue, list) 756 list_for_each_entry_safe(b, n, &m2m_ctx->out_q_ctx in v4l2_m2m_get_dst_vq() [all...] |
| /linux/drivers/media/v4l2-core/ ! |
| H A D | v4l2-mem2mem.c | 121 return &m2m_ctx->out_q_ctx; in get_queue_ctx() 301 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() 351 if (src && dst && (m2m_ctx->out_q_ctx.q.subsystem_flags & in __v4l2_m2m_try_queue() 495 WARN_ON(m2m_ctx->out_q_ctx.q.subsystem_flags & in v4l2_m2m_job_finish() 1238 struct v4l2_m2m_queue_ctx *out_q_ctx, *cap_q_ctx; in v4l2_m2m_ctx_init() local 1249 out_q_ctx = &m2m_ctx->out_q_ctx; in v4l2_m2m_ctx_init() 1252 INIT_LIST_HEAD(&out_q_ctx->rdy_queue); in v4l2_m2m_ctx_init() 1254 spin_lock_init(&out_q_ctx->rdy_spinlock); in v4l2_m2m_ctx_init() 1259 ret = queue_init(drv_priv, &out_q_ctx->q, &cap_q_ctx->q); in v4l2_m2m_ctx_init() [all …]
|
| /linux/drivers/media/platform/verisilicon/ ! |
| H A D | hantro_v4l2.c | 488 ctx->fh.m2m_ctx->out_q_ctx.q.requires_requests = false; in hantro_update_requires_request() 495 ctx->fh.m2m_ctx->out_q_ctx.q.requires_requests = true; in hantro_update_requires_request()
|
| /linux/drivers/media/platform/st/sti/hva/ ! |
| H A 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/drivers/staging/media/meson/vdec/ ! |
| H A D | vdec_helpers.c | 478 vb2_queue_error(&sess->m2m_ctx->out_q_ctx.q); in amvdec_abort()
|
| /linux/drivers/media/test-drivers/vicodec/ ! |
| H A D | vicodec-core.c | 1215 if (!vb2_is_streaming(&ctx->fh.m2m_ctx->out_q_ctx.q)) in vicodec_encoder_cmd() 1249 if (!vb2_is_streaming(&ctx->fh.m2m_ctx->out_q_ctx.q)) in vicodec_decoder_cmd()
|