HomeSort by relevance Sort by last modified time
    Searched full:samps (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/WinQuake/
snd_sun.cpp 181 int samps; local
snd_dma.cpp 866 int samps; local
883 samps = shm->samples >> (shm->channels-1);
884 if ((int) (endtime - soundtime) > samps)
885 endtime = soundtime + samps;
  /external/quake/quake/src/QW/client/
snd_dma.c 859 int samps; local
876 samps = shm->samples >> (shm->channels-1);
877 if ((int)(endtime - soundtime) > samps)
878 endtime = soundtime + samps;

Completed in 1206 milliseconds