Home
last modified time | relevance | path

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

/reactos/base/applications/sndrec32/
H A Daudio_wavein.cpp27 audio_wavein::alloc_buffers_mem_(unsigned int buffs, float secs) in alloc_buffers_mem_() argument
40 tot_size = onebuf_size * buffs; in alloc_buffers_mem_()
45 wave_headers = (WAVEHDR *)new BYTE[sizeof(WAVEHDR) * buffs]; in alloc_buffers_mem_()
48 ZeroMemory(wave_headers, sizeof(WAVEHDR) * buffs); in alloc_buffers_mem_()
H A Daudio_waveout.cpp26 audio_waveout::alloc_buffers_mem_(unsigned int buffs, float secs) in alloc_buffers_mem_() argument
39 tot_size = onebuf_size * buffs; in alloc_buffers_mem_()
43 wave_headers = (WAVEHDR *) new BYTE[sizeof(WAVEHDR) * buffs]; in alloc_buffers_mem_()
46 ZeroMemory(wave_headers, sizeof(WAVEHDR) * buffs); in alloc_buffers_mem_()
/reactos/sdk/lib/3rdparty/libmpg123/
H A Dsynth.c76 int synth_1to1_i586_asm(real *bandPtr, int channel, unsigned char *out, unsigned char *buffs, int *…
92 int synth_1to1_i586_asm_dither(real *bandPtr, int channel, unsigned char *out, unsigned char *buffs
116 int synth_1to1_3dnow_asm(real *bandPtr, int channel, unsigned char *out, unsigned char *buffs, int …
134 int synth_1to1_MMX(real *bandPtr, int channel, short *out, short *buffs, int *bo, float *decwins);
240 void synth_1to1_sse_asm(real *bandPtr, int channel, short *samples, short *buffs, int *bo, real *de…
256 void synth_1to1_3dnowext_asm(real *bandPtr, int channel, short *samples, short *buffs, int *bo, rea…