Lines Matching refs:capture

120 	struct mdp_frame *capture;  in mdp_m2m_start_streaming()  local
131 capture = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in mdp_m2m_start_streaming()
140 ret = mdp_check_scaling_ratio(&capture->crop.c, in mdp_m2m_start_streaming()
141 &capture->compose, in mdp_m2m_start_streaming()
142 capture->rotation, in mdp_m2m_start_streaming()
306 struct mdp_frame *capture; in mdp_m2m_s_fmt_mplane() local
324 capture = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in mdp_m2m_s_fmt_mplane()
326 capture->crop.c.left = 0; in mdp_m2m_s_fmt_mplane()
327 capture->crop.c.top = 0; in mdp_m2m_s_fmt_mplane()
328 capture->crop.c.width = f->fmt.pix_mp.width; in mdp_m2m_s_fmt_mplane()
329 capture->crop.c.height = f->fmt.pix_mp.height; in mdp_m2m_s_fmt_mplane()
335 capture->compose.left = 0; in mdp_m2m_s_fmt_mplane()
336 capture->compose.top = 0; in mdp_m2m_s_fmt_mplane()
337 capture->compose.width = f->fmt.pix_mp.width; in mdp_m2m_s_fmt_mplane()
338 capture->compose.height = f->fmt.pix_mp.height; in mdp_m2m_s_fmt_mplane()
412 struct mdp_frame *capture; in mdp_m2m_s_selection() local
432 capture = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in mdp_m2m_s_selection()
435 capture->crop.c = r; in mdp_m2m_s_selection()
437 capture->compose = r; in mdp_m2m_s_selection()
505 struct mdp_frame *capture; in mdp_m2m_s_ctrl() local
507 capture = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in mdp_m2m_s_ctrl()
510 capture->hflip = ctrl->val; in mdp_m2m_s_ctrl()
513 capture->vflip = ctrl->val; in mdp_m2m_s_ctrl()
516 capture->rotation = ctrl->val; in mdp_m2m_s_ctrl()