Home
last modified time | relevance | path

Searched refs:d_frame (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.c232 const struct fimc_frame *d_frame = &ctx->d_frame; in fimc_set_scaler_info() local
237 ty = d_frame->width; in fimc_set_scaler_info()
238 tx = d_frame->height; in fimc_set_scaler_info()
240 tx = d_frame->width; in fimc_set_scaler_info()
241 ty = d_frame->height; in fimc_set_scaler_info()
281 if (s_frame->fmt->color == d_frame->fmt->color in fimc_set_scaler_info()
282 && s_frame->width == d_frame->width in fimc_set_scaler_info()
283 && s_frame->height == d_frame->height) in fimc_set_scaler_info()
405 switch (ctx->d_frame.fmt->color) { in fimc_set_yuv_order()
527 ctx->s_frame.height, ctx->d_frame.width, in __fimc_s_ctrl()
[all …]
H A Dfimc-reg.c108 const struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_target_format()
150 const struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_out_dma_size()
169 const struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_out_dma()
252 const struct fimc_frame *dst_frame = &ctx->d_frame; in fimc_hw_set_scaler()
391 const struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_rgb_alpha()
496 if (tiled_fmt(ctx->d_frame.fmt)) in fimc_hw_set_in_dma()
H A Dfimc-core.h480 struct fimc_frame d_frame; member
601 frame = &ctx->d_frame; in ctx_get_frame()
/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c531 f = &ctx->d_frame; in gsc_try_selection()
636 struct gsc_frame *d_frame = &ctx->d_frame; in gsc_set_scaler_info() local
643 s_frame->crop.height, d_frame->crop.width, d_frame->crop.height, in gsc_set_scaler_info()
652 ty = d_frame->crop.width; in gsc_set_scaler_info()
653 tx = d_frame->crop.height; in gsc_set_scaler_info()
655 tx = d_frame->crop.width; in gsc_set_scaler_info()
656 ty = d_frame->crop.height; in gsc_set_scaler_info()
721 ctx->d_frame.crop.width, in __gsc_s_ctrl()
722 ctx->d_frame.crop.height, in __gsc_s_ctrl()
734 ctx->d_frame.alpha = ctrl->val; in __gsc_s_ctrl()
H A Dgsc-regs.c236 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_out_size()
265 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_out_image_rgb()
285 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_out_image_format()
403 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_global_alpha()
H A Dgsc-core.h366 struct gsc_frame d_frame; member
486 frame = &ctx->d_frame; in ctx_get_frame()
/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_regs.c106 struct mtk_mdp_frame *frame = &ctx->d_frame; in mtk_mdp_hw_set_out_size()
122 struct mtk_mdp_frame *frame = &ctx->d_frame; in mtk_mdp_hw_set_out_image_format()
H A Dmtk_mdp_core.h199 struct mtk_mdp_frame d_frame; member