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

/linux-4.4.14/drivers/media/i2c/soc_camera/
H A Dov5642.c83 * the sensor's autoexposure is buggy when setting total_height low.
617 int total_height; member in struct:ov5642
743 int total_height = priv->total_height; ov5642_set_resolution() local
778 ret = reg_write16(client, REG_OUT_TOTAL_HEIGHT_HIGH, total_height); ov5642_set_resolution()
866 priv->total_height = max_t(int, rect.height + ov5642_s_crop()
1032 priv->total_height = BLANKING_MIN_HEIGHT; ov5642_probe()
/linux-4.4.14/tools/perf/util/
H A Dsvghelper.c41 static u64 total_height; variable
108 total_height = (1 + rows + cpu2slot(cpus)) * SLOT_MULT; open_svg()
111 fprintf(svgfile, "<svg width=\"%i\" height=\"%" PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n", svg_page_width, total_height); open_svg()
675 total_height, color, color, color, thickness); svg_time_grid()

Completed in 127 milliseconds