Home
last modified time | relevance | path

Searched refs:out_frame (Results 1 – 6 of 6) sorted by relevance

/drivers/media/platform/s3c-camif/
Dcamif-capture.c58 struct camif_frame *f = &vp->out_frame; in camif_prepare_dma_offset()
247 struct camif_frame *frame = &vp->out_frame; in camif_prepare_addr()
448 struct camif_frame *frame = &vp->out_frame; in queue_setup()
716 struct camif_frame *frame = &vp->out_frame; in s3c_camif_vidioc_g_fmt()
794 struct camif_frame *out_frame = &vp->out_frame; in s3c_camif_vidioc_s_fmt() local
809 out_frame->f_width = pix->width; in s3c_camif_vidioc_s_fmt()
810 out_frame->f_height = pix->height; in s3c_camif_vidioc_s_fmt()
813 out_frame->rect.width = pix->width; in s3c_camif_vidioc_s_fmt()
814 out_frame->rect.height = pix->height; in s3c_camif_vidioc_s_fmt()
815 out_frame->rect.left = 0; in s3c_camif_vidioc_s_fmt()
[all …]
Dcamif-regs.c223 struct camif_frame *frame = &vp->out_frame; in camif_hw_set_out_dma_size()
261 struct camif_frame *frame = &vp->out_frame; in camif_hw_set_output_dma()
302 struct camif_frame *frame = &vp->out_frame; in camif_hw_set_target_format()
Dcamif-core.c157 int target_x = vp->out_frame.rect.width; in s3c_camif_get_scaler_config()
158 int target_y = vp->out_frame.rect.height; in s3c_camif_get_scaler_config()
Dcamif-core.h228 struct camif_frame out_frame; member
/drivers/media/platform/exynos4-is/
Dfimc-lite.c150 if (fimc->inp_frame.fmt == NULL || fimc->out_frame.fmt == NULL) in fimc_lite_hw_init()
164 flite_hw_set_output_dma(fimc, &fimc->out_frame, !isp_output); in fimc_lite_hw_init()
247 flite_hw_set_dma_window(fimc, &fimc->out_frame); in fimc_lite_config_update()
365 struct flite_frame *frame = &fimc->out_frame; in queue_setup()
401 if (fimc->out_frame.fmt == NULL) in buffer_prepare()
404 for (i = 0; i < fimc->out_frame.fmt->memplanes; i++) { in buffer_prepare()
638 struct flite_frame *frame = &fimc->out_frame; in fimc_lite_try_compose()
649 r->top = clamp_t(u32, r->top, 0, fimc->out_frame.f_height - r->height); in fimc_lite_try_compose()
695 struct flite_frame *frame = &fimc->out_frame; in fimc_lite_g_fmt_mplane()
766 struct flite_frame *frame = &fimc->out_frame; in fimc_lite_s_fmt_mplane()
[all …]
Dfimc-lite.h169 struct flite_frame out_frame; member