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()
446 struct camif_frame *frame = &vp->out_frame; in queue_setup()
714 struct camif_frame *frame = &vp->out_frame; in s3c_camif_vidioc_g_fmt()
792 struct camif_frame *out_frame = &vp->out_frame; in s3c_camif_vidioc_s_fmt() local
807 out_frame->f_width = pix->width; in s3c_camif_vidioc_s_fmt()
808 out_frame->f_height = pix->height; in s3c_camif_vidioc_s_fmt()
811 out_frame->rect.width = pix->width; in s3c_camif_vidioc_s_fmt()
812 out_frame->rect.height = pix->height; in s3c_camif_vidioc_s_fmt()
813 out_frame->rect.left = 0; in s3c_camif_vidioc_s_fmt()
814 out_frame->rect.top = 0; in s3c_camif_vidioc_s_fmt()
820 out_frame->f_width, out_frame->f_height, vp->payload, fmt->name, in s3c_camif_vidioc_s_fmt()
1011 sel->r.width = vp->out_frame.f_width; in s3c_camif_g_selection()
1012 sel->r.height = vp->out_frame.f_height; in s3c_camif_g_selection()
1016 sel->r = vp->out_frame.rect; in s3c_camif_g_selection()
1028 *r = vp->out_frame.rect; in __camif_try_compose()
1051 vp->out_frame.rect = rect; in s3c_camif_s_selection()
1346 struct camif_frame *frame = &camif->vp[i].out_frame; in s3c_camif_subdev_set_fmt()
1439 struct v4l2_rect *or = &camif->vp[i].out_frame.rect; in __camif_try_crop()
1632 struct camif_frame *f = &vp->out_frame; in s3c_camif_set_defaults()