Searched refs:overscan_x (Results 1 – 1 of 1) sorted by relevance
1097 int i, overscan_offset, overscan_x, overscan_y; local1109 overscan_x = video_get_option_int(options, "overscan_x", -1);1200 if (overscan_x == -1)1201 overscan_x = sunxi_is_composite(sunxi_display->monitor) ? 32 : 0;1206 overscan_offset = (overscan_y * mode->xres + overscan_x) * 4;1216 overscan_x, overscan_y);
Completed in 6 milliseconds