Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/exynos-gsc/
Dgsc-regs.c251 if (ctx->gsc_ctrls.rotate->val == 90 || in gsc_hw_set_out_size()
252 ctx->gsc_ctrls.rotate->val == 270) { in gsc_hw_set_out_size()
375 switch (ctx->gsc_ctrls.rotate->val) { in gsc_hw_set_rotation()
383 if (ctx->gsc_ctrls.hflip->val) in gsc_hw_set_rotation()
385 else if (ctx->gsc_ctrls.vflip->val) in gsc_hw_set_rotation()
391 if (ctx->gsc_ctrls.hflip->val) in gsc_hw_set_rotation()
393 else if (ctx->gsc_ctrls.vflip->val) in gsc_hw_set_rotation()
414 cfg |= GSC_OUT_GLOBAL_ALPHA(ctx->gsc_ctrls.global_alpha->val); in gsc_hw_set_global_alpha()
Dgsc-core.c560 if (ctx->gsc_ctrls.rotate->val == 90 || in gsc_try_selection()
561 ctx->gsc_ctrls.rotate->val == 270) { in gsc_try_selection()
581 (ctx->gsc_ctrls.rotate->val == 90 || in gsc_try_selection()
582 ctx->gsc_ctrls.rotate->val == 270)) in gsc_try_selection()
646 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_set_scaler_info()
652 if (ctx->gsc_ctrls.rotate->val == 90 || in gsc_set_scaler_info()
653 ctx->gsc_ctrls.rotate->val == 270) { in gsc_set_scaler_info()
725 ctx->gsc_ctrls.rotate->val, in __gsc_s_ctrl()
770 ctx->gsc_ctrls.rotate = v4l2_ctrl_new_std(&ctx->ctrl_handler, in gsc_ctrls_create()
772 ctx->gsc_ctrls.hflip = v4l2_ctrl_new_std(&ctx->ctrl_handler, in gsc_ctrls_create()
[all …]
Dgsc-core.h156 struct gsc_ctrls { struct
373 struct gsc_ctrls gsc_ctrls; member
Dgsc-m2m.c536 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_m2m_s_selection()
541 sel.r.height, ctx->gsc_ctrls.rotate->val, in gsc_m2m_s_selection()