Lines Matching refs:out_frame
58 struct camif_frame *f = &vp->out_frame; in camif_prepare_dma_offset()
245 struct camif_frame *frame = &vp->out_frame; in camif_prepare_addr()
451 struct camif_frame *frame = &vp->out_frame; in queue_setup()
715 struct camif_frame *frame = &vp->out_frame; in s3c_camif_vidioc_g_fmt()
793 struct camif_frame *out_frame = &vp->out_frame; in s3c_camif_vidioc_s_fmt() local
808 out_frame->f_width = pix->width; in s3c_camif_vidioc_s_fmt()
809 out_frame->f_height = pix->height; in s3c_camif_vidioc_s_fmt()
812 out_frame->rect.width = pix->width; in s3c_camif_vidioc_s_fmt()
813 out_frame->rect.height = pix->height; in s3c_camif_vidioc_s_fmt()
814 out_frame->rect.left = 0; in s3c_camif_vidioc_s_fmt()
815 out_frame->rect.top = 0; in s3c_camif_vidioc_s_fmt()
821 out_frame->f_width, out_frame->f_height, vp->payload, fmt->name, in s3c_camif_vidioc_s_fmt()
1012 sel->r.width = vp->out_frame.f_width; in s3c_camif_g_selection()
1013 sel->r.height = vp->out_frame.f_height; in s3c_camif_g_selection()
1017 sel->r = vp->out_frame.rect; in s3c_camif_g_selection()
1029 *r = vp->out_frame.rect; in __camif_try_compose()
1052 vp->out_frame.rect = rect; in s3c_camif_s_selection()
1347 struct camif_frame *frame = &camif->vp[i].out_frame; in s3c_camif_subdev_set_fmt()
1440 struct v4l2_rect *or = &camif->vp[i].out_frame.rect; in __camif_try_crop()
1633 struct camif_frame *f = &vp->out_frame; in s3c_camif_set_defaults()