Searched defs:m2m_ctx (Results 1 – 4 of 4) sorted by relevance
/linux/include/media/ |
H A D | v4l2-mem2mem.h | 240 v4l2_m2m_clear_state(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_clear_state() argument 253 v4l2_m2m_mark_stopped(struct v4l2_m2m_ctx * m2m_ctx) v4l2_m2m_mark_stopped() argument 270 v4l2_m2m_dst_buf_is_last(struct v4l2_m2m_ctx * m2m_ctx) v4l2_m2m_dst_buf_is_last() argument 282 v4l2_m2m_has_stopped(struct v4l2_m2m_ctx * m2m_ctx) v4l2_m2m_has_stopped() argument 299 v4l2_m2m_is_last_draining_src_buf(struct v4l2_m2m_ctx * m2m_ctx,struct vb2_v4l2_buffer * vbuf) v4l2_m2m_is_last_draining_src_buf() argument 562 v4l2_m2m_set_src_buffered(struct v4l2_m2m_ctx * m2m_ctx,bool buffered) v4l2_m2m_set_src_buffered() argument 568 v4l2_m2m_set_dst_buffered(struct v4l2_m2m_ctx * m2m_ctx,bool buffered) v4l2_m2m_set_dst_buffered() argument 601 v4l2_m2m_num_src_bufs_ready(struct v4l2_m2m_ctx * m2m_ctx) v4l2_m2m_num_src_bufs_ready() argument 620 v4l2_m2m_num_dst_bufs_ready(struct v4l2_m2m_ctx * m2m_ctx) v4l2_m2m_num_dst_bufs_ready() argument 646 v4l2_m2m_next_src_buf(struct v4l2_m2m_ctx * m2m_ctx) v4l2_m2m_next_src_buf() argument 658 v4l2_m2m_next_dst_buf(struct v4l2_m2m_ctx * m2m_ctx) v4l2_m2m_next_dst_buf() argument 677 v4l2_m2m_last_src_buf(struct v4l2_m2m_ctx * m2m_ctx) v4l2_m2m_last_src_buf() argument 689 v4l2_m2m_last_dst_buf(struct v4l2_m2m_ctx * m2m_ctx) v4l2_m2m_last_dst_buf() argument 701 v4l2_m2m_for_each_dst_buf(m2m_ctx,b) global() argument 710 v4l2_m2m_for_each_src_buf(m2m_ctx,b) global() argument 721 v4l2_m2m_for_each_dst_buf_safe(m2m_ctx,b,n) global() argument 732 v4l2_m2m_for_each_src_buf_safe(m2m_ctx,b,n) global() argument 741 v4l2_m2m_get_src_vq(struct v4l2_m2m_ctx * m2m_ctx) v4l2_m2m_get_src_vq() argument 752 v4l2_m2m_get_dst_vq(struct v4l2_m2m_ctx * m2m_ctx) v4l2_m2m_get_dst_vq() argument 772 v4l2_m2m_src_buf_remove(struct v4l2_m2m_ctx * m2m_ctx) v4l2_m2m_src_buf_remove() argument 784 v4l2_m2m_dst_buf_remove(struct v4l2_m2m_ctx * m2m_ctx) v4l2_m2m_dst_buf_remove() argument 806 v4l2_m2m_src_buf_remove_by_buf(struct v4l2_m2m_ctx * m2m_ctx,struct vb2_v4l2_buffer * vbuf) v4l2_m2m_src_buf_remove_by_buf() argument 819 v4l2_m2m_dst_buf_remove_by_buf(struct v4l2_m2m_ctx * m2m_ctx,struct vb2_v4l2_buffer * vbuf) v4l2_m2m_dst_buf_remove_by_buf() argument 829 v4l2_m2m_src_buf_remove_by_idx(struct v4l2_m2m_ctx * m2m_ctx,unsigned int idx) v4l2_m2m_src_buf_remove_by_idx() argument 835 v4l2_m2m_dst_buf_remove_by_idx(struct v4l2_m2m_ctx * m2m_ctx,unsigned int idx) v4l2_m2m_dst_buf_remove_by_idx() argument [all...] |
H A D | v4l2-fh.h | 56 struct v4l2_m2m_ctx *m2m_ctx; member
|
/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-m2m.h | 35 struct v4l2_m2m_ctx *m2m_ctx; member
|
/linux/drivers/media/platform/mediatek/mdp/ |
H A D | mtk_mdp_core.h | 207 struct v4l2_m2m_ctx *m2m_ctx; member
|