Searched refs:m2m_ctx (Results 1 – 2 of 2) sorted by relevance
242 m2m_ctx->next_buf_last = false; in v4l2_m2m_clear_state()243 m2m_ctx->is_draining = false; in v4l2_m2m_clear_state()244 m2m_ctx->has_stopped = false; in v4l2_m2m_clear_state()255 m2m_ctx->next_buf_last = false; in v4l2_m2m_mark_stopped()256 m2m_ctx->is_draining = false; in v4l2_m2m_mark_stopped()257 m2m_ctx->has_stopped = true; in v4l2_m2m_mark_stopped()272 return m2m_ctx->is_draining && m2m_ctx->next_buf_last; in v4l2_m2m_dst_buf_is_last()284 return m2m_ctx->has_stopped; in v4l2_m2m_has_stopped()302 return m2m_ctx->is_draining && vbuf == m2m_ctx->last_src_buf; in v4l2_m2m_is_last_draining_src_buf()743 return &m2m_ctx->out_q_ctx.q; in v4l2_m2m_get_src_vq()[all …]
56 struct v4l2_m2m_ctx *m2m_ctx; member
Completed in 27 milliseconds