Home
last modified time | relevance | path

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

/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Di_capture.c553 int nsampreq; in I_CaptureFrame() local
558 nsampreq = snd_samplerate / 35; in I_CaptureFrame()
563 nsampreq++; in I_CaptureFrame()
566 snd = I_GrabSound (nsampreq); in I_CaptureFrame()
569 if (fwrite (snd, nsampreq * 4, 1, soundpipe.f_stdin) != 1) in I_CaptureFrame()