Lines Matching refs:capture

135 	struct mdp_frame *capture;  in mdp_m2m_start_streaming()  local
146 capture = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in mdp_m2m_start_streaming()
155 ret = mdp_check_scaling_ratio(&capture->crop.c, in mdp_m2m_start_streaming()
156 &capture->compose, in mdp_m2m_start_streaming()
157 capture->rotation, in mdp_m2m_start_streaming()
318 struct mdp_frame *capture; in mdp_m2m_s_fmt_mplane() local
336 capture = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in mdp_m2m_s_fmt_mplane()
338 capture->crop.c.left = 0; in mdp_m2m_s_fmt_mplane()
339 capture->crop.c.top = 0; in mdp_m2m_s_fmt_mplane()
340 capture->crop.c.width = f->fmt.pix_mp.width; in mdp_m2m_s_fmt_mplane()
341 capture->crop.c.height = f->fmt.pix_mp.height; in mdp_m2m_s_fmt_mplane()
347 capture->compose.left = 0; in mdp_m2m_s_fmt_mplane()
348 capture->compose.top = 0; in mdp_m2m_s_fmt_mplane()
349 capture->compose.width = f->fmt.pix_mp.width; in mdp_m2m_s_fmt_mplane()
350 capture->compose.height = f->fmt.pix_mp.height; in mdp_m2m_s_fmt_mplane()
424 struct mdp_frame *capture; in mdp_m2m_s_selection() local
444 capture = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in mdp_m2m_s_selection()
447 capture->crop.c = r; in mdp_m2m_s_selection()
449 capture->compose = r; in mdp_m2m_s_selection()
517 struct mdp_frame *capture; in mdp_m2m_s_ctrl() local
519 capture = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in mdp_m2m_s_ctrl()
522 capture->hflip = ctrl->val; in mdp_m2m_s_ctrl()
525 capture->vflip = ctrl->val; in mdp_m2m_s_ctrl()
528 capture->rotation = ctrl->val; in mdp_m2m_s_ctrl()