Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/kpaddemo/src/
Dswing.c209 s32 dir_nrm_pass_count ; // Time elapsed since update; in units of 1/200 sec variable
246 dir_nrm_pass_count = 0 ; in init_sample()
270 ++ dir_nrm_pass_count ; in work_sample()
326 dir_nrm_pass_count = 0 ; in work_sample()
341 if ( dir_nrm_pass_count < 10 ) clr = red_clr ; // The color just after recognition in draw_sample()
342 else if ( dir_nrm_pass_count < 20 ) clr = yellow_clr ; // The color after some time has passed in draw_sample()