HomeSort by relevance Sort by last modified time
    Searched refs:timecount (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/WinQuake/
host.cpp 735 static int timecount; local
749 timecount++;
751 if (timecount < 1000)
754 m = (int) (timetotal*1000/timecount);
755 timecount = 0;
  /external/webrtc/src/modules/audio_processing/aecm/main/source/
echo_control_mobile.c 296 static int timecount = 0; local
501 if(++timecount == 1000)
503 timecount = 0;

Completed in 76 milliseconds