Lines Matching refs:ctx_get_frame
23 static inline struct mdp_frame *ctx_get_frame(struct mdp_m2m_ctx *ctx, in ctx_get_frame() function
82 frame = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE); in mdp_m2m_device_run()
86 frame = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in mdp_m2m_device_run()
146 capture = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in mdp_m2m_start_streaming()
211 pix_mp = &ctx_get_frame(ctx, q->type)->format.fmt.pix_mp; in mdp_m2m_queue_setup()
239 pix_mp = &ctx_get_frame(ctx, vb->type)->format.fmt.pix_mp; in mdp_m2m_buf_prepare()
302 frame = ctx_get_frame(ctx, f->type); in mdp_m2m_g_fmt_mplane()
317 struct mdp_frame *frame = ctx_get_frame(ctx, f->type); in mdp_m2m_s_fmt_mplane()
336 capture = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in mdp_m2m_s_fmt_mplane()
386 frame = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in mdp_m2m_g_selection()
392 frame = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in mdp_m2m_g_selection()
399 frame = ctx_get_frame(ctx, s->type); in mdp_m2m_g_selection()
409 frame = ctx_get_frame(ctx, s->type); in mdp_m2m_g_selection()
423 struct mdp_frame *frame = ctx_get_frame(ctx, s->type); in mdp_m2m_s_selection()
444 capture = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in mdp_m2m_s_selection()
519 capture = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in mdp_m2m_s_ctrl()