Lines Matching refs:out_frame
58 struct camif_frame *f = &vp->out_frame; in camif_prepare_dma_offset()
247 struct camif_frame *frame = &vp->out_frame; in camif_prepare_addr()
445 struct camif_frame *frame = &vp->out_frame; in queue_setup()
703 struct camif_frame *frame = &vp->out_frame; in s3c_camif_vidioc_g_fmt()
781 struct camif_frame *out_frame = &vp->out_frame; in s3c_camif_vidioc_s_fmt() local
796 out_frame->f_width = pix->width; in s3c_camif_vidioc_s_fmt()
797 out_frame->f_height = pix->height; in s3c_camif_vidioc_s_fmt()
800 out_frame->rect.width = pix->width; in s3c_camif_vidioc_s_fmt()
801 out_frame->rect.height = pix->height; in s3c_camif_vidioc_s_fmt()
802 out_frame->rect.left = 0; in s3c_camif_vidioc_s_fmt()
803 out_frame->rect.top = 0; in s3c_camif_vidioc_s_fmt()
809 out_frame->f_width, out_frame->f_height, vp->payload, fmt->name, in s3c_camif_vidioc_s_fmt()
1000 sel->r.width = vp->out_frame.f_width; in s3c_camif_g_selection()
1001 sel->r.height = vp->out_frame.f_height; in s3c_camif_g_selection()
1005 sel->r = vp->out_frame.rect; in s3c_camif_g_selection()
1017 *r = vp->out_frame.rect; in __camif_try_compose()
1040 vp->out_frame.rect = rect; in s3c_camif_s_selection()
1337 struct camif_frame *frame = &camif->vp[i].out_frame; in s3c_camif_subdev_set_fmt()
1430 struct v4l2_rect *or = &camif->vp[i].out_frame.rect; in __camif_try_crop()
1623 struct camif_frame *f = &vp->out_frame; in s3c_camif_set_defaults()