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

  /external/quake/quake/src/QW/client/
snd_mix.c 80 lpaintedtime = paintedtime;
163 count = (endtime - paintedtime) * shm->channels;
165 out_idx = paintedtime * shm->channels & out_mask;
234 int il = paintedtime;
235 int ir = endtime - paintedtime;
269 while (paintedtime < endtime)
273 if (endtime - paintedtime > PAINTBUFFER_SIZE)
274 end = paintedtime + PAINTBUFFER_SIZE;
277 Q_memset(paintbuffer, 0, (end - paintedtime) * sizeof(portable_samplepair_t));
291 ltime = paintedtime;
    [all...]
snd_dma.c 60 int paintedtime; // sample PAIRS variable
380 if (channels[ch_idx].end - paintedtime < life_left)
382 life_left = channels[ch_idx].end - paintedtime;
500 target_chan->end = paintedtime + sc->length;
654 ss->end = paintedtime + sc->length;
830 if (paintedtime > 0x40000000)
833 paintedtime = fullsamples;
868 if (paintedtime < soundtime)
871 paintedtime = soundtime;
sound.h 146 extern int paintedtime;
  /external/quake/quake/src/WinQuake/
snd_mix.cpp 88 lpaintedtime = paintedtime;
171 count = (endtime - paintedtime) * shm->channels;
173 out_idx = paintedtime * shm->channels & out_mask;
242 int il = paintedtime;
243 int ir = endtime - paintedtime;
277 while (paintedtime < endtime)
281 if (endtime - paintedtime > PAINTBUFFER_SIZE)
282 end = paintedtime + PAINTBUFFER_SIZE;
285 Q_memset(paintbuffer.paintbuffer, 0, (end - paintedtime) * sizeof(portable_samplepair_t));
299 ltime = paintedtime;
    [all...]
snd_sun.cpp 187 int stop = paintedtime;
190 if (paintedtime < wbufp)
194 bytes = (paintedtime - wbufp) * bsize;
snd_dma.cpp 57 int paintedtime; // sample PAIRS variable
384 if (channels[ch_idx].end - paintedtime < life_left)
386 life_left = channels[ch_idx].end - paintedtime;
504 target_chan->end = paintedtime + sc->length;
658 ss->end = paintedtime + sc->length;
838 if (paintedtime > 0x40000000)
841 paintedtime = fullsamples;
875 if (paintedtime < soundtime)
878 paintedtime = soundtime;
sound.h 155 extern int paintedtime;

Completed in 1136 milliseconds