Home
last modified time | relevance | path

Searched refs:gsc_ctrls (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/media/platform/exynos-gsc/
Dgsc-regs.c255 if (ctx->gsc_ctrls.rotate->val == 90 || in gsc_hw_set_out_size()
256 ctx->gsc_ctrls.rotate->val == 270) { in gsc_hw_set_out_size()
379 switch (ctx->gsc_ctrls.rotate->val) { in gsc_hw_set_rotation()
387 if (ctx->gsc_ctrls.hflip->val) in gsc_hw_set_rotation()
389 else if (ctx->gsc_ctrls.vflip->val) in gsc_hw_set_rotation()
395 if (ctx->gsc_ctrls.hflip->val) in gsc_hw_set_rotation()
397 else if (ctx->gsc_ctrls.vflip->val) in gsc_hw_set_rotation()
418 cfg |= GSC_OUT_GLOBAL_ALPHA(ctx->gsc_ctrls.global_alpha->val); in gsc_hw_set_global_alpha()
Dgsc-core.c561 if (ctx->gsc_ctrls.rotate->val == 90 || in gsc_try_crop()
562 ctx->gsc_ctrls.rotate->val == 270) { in gsc_try_crop()
582 (ctx->gsc_ctrls.rotate->val == 90 || in gsc_try_crop()
583 ctx->gsc_ctrls.rotate->val == 270)) in gsc_try_crop()
647 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_set_scaler_info()
653 if (ctx->gsc_ctrls.rotate->val == 90 || in gsc_set_scaler_info()
654 ctx->gsc_ctrls.rotate->val == 270) { in gsc_set_scaler_info()
726 ctx->gsc_ctrls.rotate->val, in __gsc_s_ctrl()
771 ctx->gsc_ctrls.rotate = v4l2_ctrl_new_std(&ctx->ctrl_handler, in gsc_ctrls_create()
773 ctx->gsc_ctrls.hflip = v4l2_ctrl_new_std(&ctx->ctrl_handler, in gsc_ctrls_create()
[all …]
Dgsc-core.h162 struct gsc_ctrls { struct
381 struct gsc_ctrls gsc_ctrls; member
Dgsc-m2m.c538 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_m2m_s_selection()
543 cr.c.height, ctx->gsc_ctrls.rotate->val, in gsc_m2m_s_selection()