/src/games/colorbars/ |
colorbars.c | 59 int spacing, offsetx, labeloffsety, labeloffsetx; local in function:main 75 spacing = COLS / numcolors; 76 offsetx = (COLS - (spacing * numcolors)) / 2; 89 labeloffsetx = spacing / 2; 96 int xoffs = offsetx + spacing * i; 101 for (int xpos = 0; xpos < spacing; xpos++)
|
/src/games/testpat/ |
testpat.c | 54 int i, col, colour, line, x_limit, y_limit, colourOK, spacing; local in function:main 110 spacing = 2 * y_limit / numcolours; 297 spacing_start = (spacing * i) + spacing_residual; 302 spacing_end = (spacing * (i + 1)) + spacing_residual;
|
/src/sys/sys/ |
videoio.h | 2788 u_int32_t spacing; member in struct:v4l2_hw_freq_seek
|