Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/i2c/soc_camera/
Dov5642.c617 int total_height; member
743 int total_height = priv->total_height; in ov5642_set_resolution() local
778 ret = reg_write16(client, REG_OUT_TOTAL_HEIGHT_HIGH, total_height); in ov5642_set_resolution()
866 priv->total_height = max_t(int, rect.height + in ov5642_s_crop()
1032 priv->total_height = BLANKING_MIN_HEIGHT; in ov5642_probe()
/linux-4.4.14/tools/perf/util/
Dsvghelper.c41 static u64 total_height; variable
108 total_height = (1 + rows + cpu2slot(cpus)) * SLOT_MULT; in open_svg()
111 …PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n", svg_page_width, total_height); in open_svg()
675 total_height, color, color, color, thickness); in svg_time_grid()