Lines Matching refs:out_frame
55 struct camif_frame *f = &vp->out_frame; in camif_prepare_dma_offset()
244 struct camif_frame *frame = &vp->out_frame; in camif_prepare_addr()
442 struct camif_frame *frame = &vp->out_frame; in queue_setup()
693 struct camif_frame *frame = &vp->out_frame; in s3c_camif_vidioc_g_fmt()
771 struct camif_frame *out_frame = &vp->out_frame; in s3c_camif_vidioc_s_fmt() local
786 out_frame->f_width = pix->width; in s3c_camif_vidioc_s_fmt()
787 out_frame->f_height = pix->height; in s3c_camif_vidioc_s_fmt()
790 out_frame->rect.width = pix->width; in s3c_camif_vidioc_s_fmt()
791 out_frame->rect.height = pix->height; in s3c_camif_vidioc_s_fmt()
792 out_frame->rect.left = 0; in s3c_camif_vidioc_s_fmt()
793 out_frame->rect.top = 0; in s3c_camif_vidioc_s_fmt()
799 out_frame->f_width, out_frame->f_height, vp->payload, in s3c_camif_vidioc_s_fmt()
990 sel->r.width = vp->out_frame.f_width; in s3c_camif_g_selection()
991 sel->r.height = vp->out_frame.f_height; in s3c_camif_g_selection()
995 sel->r = vp->out_frame.rect; in s3c_camif_g_selection()
1007 *r = vp->out_frame.rect; in __camif_try_compose()
1030 vp->out_frame.rect = rect; in s3c_camif_s_selection()
1328 struct camif_frame *frame = &camif->vp[i].out_frame; in s3c_camif_subdev_set_fmt()
1421 struct v4l2_rect *or = &camif->vp[i].out_frame.rect; in __camif_try_crop()
1614 struct camif_frame *f = &vp->out_frame; in s3c_camif_set_defaults()