Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/sti/bdisp/
Dbdisp-hw.c33 u16 v_inc; /* Vertical increment in 6.10 format */ member
333 static int bdisp_hw_get_hv_inc(struct bdisp_ctx *ctx, u16 *h_inc, u16 *v_inc) in bdisp_hw_get_hv_inc() argument
343 bdisp_hw_get_inc(src_h, dst_h, v_inc)) { in bdisp_hw_get_hv_inc()
393 if (bdisp_hw_get_hv_inc(ctx, &c->h_inc, &c->v_inc)) { in bdisp_hw_get_op_cfg()
400 c->v_inc /= 2; in bdisp_hw_get_op_cfg()
402 if ((c->h_inc != (1 << 10)) || (c->v_inc != (1 << 10))) in bdisp_hw_get_op_cfg()
469 u16 h_inc, v_inc, yh_inc, yv_inc; in bdisp_hw_build_node() local
646 v_inc = cfg->v_inc; in bdisp_hw_build_node()
650 v_inc *= 2; in bdisp_hw_build_node()
654 v_inc /= 2; in bdisp_hw_build_node()
[all …]