Searched refs:out_frame (Results 1 – 6 of 6) sorted by relevance
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()727 struct camif_frame *frame = &vp->out_frame; in s3c_camif_vidioc_g_fmt()805 struct camif_frame *out_frame = &vp->out_frame; in s3c_camif_vidioc_s_fmt() local820 out_frame->f_width = pix->width; in s3c_camif_vidioc_s_fmt()821 out_frame->f_height = pix->height; in s3c_camif_vidioc_s_fmt()824 out_frame->rect.width = pix->width; in s3c_camif_vidioc_s_fmt()825 out_frame->rect.height = pix->height; in s3c_camif_vidioc_s_fmt()826 out_frame->rect.left = 0; in s3c_camif_vidioc_s_fmt()[all …]
223 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()
228 struct camif_frame out_frame; member
157 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()
150 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()369 struct flite_frame *frame = &fimc->out_frame; in queue_setup()405 if (fimc->out_frame.fmt == NULL) in buffer_prepare()408 for (i = 0; i < fimc->out_frame.fmt->memplanes; i++) { in buffer_prepare()641 struct flite_frame *frame = &fimc->out_frame; in fimc_lite_try_compose()652 r->top = clamp_t(u32, r->top, 0, fimc->out_frame.f_height - r->height); in fimc_lite_try_compose()698 struct flite_frame *frame = &fimc->out_frame; in fimc_lite_g_fmt_mplane()769 struct flite_frame *frame = &fimc->out_frame; in fimc_lite_s_fmt_mplane()[all …]
169 struct flite_frame out_frame; member