Home
last modified time | relevance | path

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

/external/libkmsxx/py/tests/
Dsync.py12 bar_speed = 8 variable
137 old_xpos = (current_xpos + (fb.width - bar_width - bar_speed)) % (fb.width - bar_width);
138 new_xpos = (current_xpos + bar_speed) % (fb.width - bar_width);
180 pykms.draw_color_bar(fb, fb.width - bar_width - bar_speed, bar_speed, bar_width)
Ddb.py8 bar_speed = 8 variable
45 old_xpos = (current_xpos + (fb.width - bar_width - bar_speed)) % (fb.width - bar_width);
46 new_xpos = (current_xpos + bar_speed) % (fb.width - bar_width);
/external/libkmsxx/utils/
Dwbm2m.cpp28 const int bar_speed = 4; variable
33 return (frame_num * bar_speed) % (fb->width() - bar_width + 1); in get_bar_pos()
Dwbcap.cpp193 return (frame_num * bar_speed) % (fb->width() - bar_width + 1); in get_bar_pos()
246 static const unsigned bar_speed = 8; member in BarFlipState
Dkmstest.cpp975 return (frame_num * bar_speed) % (fb->width() - bar_width + 1); in get_bar_pos()
1057 static const unsigned bar_speed = 8; member in FlipState