Home
last modified time | relevance | path

Searched refs:mdp_frame (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-regs.h306 struct mdp_frame { struct
348 struct mdp_frame output;
349 struct mdp_frame captures[MDP_MAX_CAPTURES];
367 const struct v4l2_selection *s, struct mdp_frame *frame);
371 bool mdp_check_pp_enable(struct mdp_dev *mdp, struct mdp_frame *frame);
373 struct mdp_frame *frame, struct vb2_buffer *vb);
375 struct mdp_frame *frame, struct vb2_buffer *vb);
Dmtk-mdp3-m2m.c23 static inline struct mdp_frame *ctx_get_frame(struct mdp_m2m_ctx *ctx, in ctx_get_frame()
64 struct mdp_frame *frame; in mdp_m2m_device_run()
135 struct mdp_frame *capture; in mdp_m2m_start_streaming()
299 struct mdp_frame *frame; in mdp_m2m_g_fmt_mplane()
317 struct mdp_frame *frame = ctx_get_frame(ctx, f->type); in mdp_m2m_s_fmt_mplane()
318 struct mdp_frame *capture; in mdp_m2m_s_fmt_mplane()
371 struct mdp_frame *frame; in mdp_m2m_g_selection()
423 struct mdp_frame *frame = ctx_get_frame(ctx, s->type); in mdp_m2m_s_selection()
424 struct mdp_frame *capture; in mdp_m2m_s_selection()
517 struct mdp_frame *capture; in mdp_m2m_s_ctrl()
Dmtk-mdp3-regs.c232 const struct v4l2_selection *s, struct mdp_frame *frame) in mdp_try_crop()
307 bool mdp_check_pp_enable(struct mdp_dev *mdp, struct mdp_frame *frame) in mdp_check_pp_enable()
383 struct mdp_frame *frame, struct vb2_buffer *vb) in mdp_prepare_buffer()
414 struct mdp_frame *frame, struct vb2_buffer *vb) in mdp_set_src_config()
472 struct mdp_frame *frame, struct vb2_buffer *vb) in mdp_set_dst_config()
483 struct mdp_frame *frame; in mdp_frameparam_init()