Searched refs:MINISRC_TMP_BUFFER_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/sound/pci/
H A Dmaestro3.c417 data_bytes = (((MINISRC_TMP_BUFFER_SIZE & ~1) +
424 dsp_in_buf = dac_data + (MINISRC_TMP_BUFFER_SIZE/2);
797 data_bytes = (((MINISRC_TMP_BUFFER_SIZE & ~1) +
803 dsp_in_buf = adc_data + (MINISRC_TMP_BUFFER_SIZE / 2);
H A Dallegro_reg.h783 #define MINISRC_TMP_BUFFER_SIZE ( 112 + ( MINISRC_BIQUAD_STAGE * 3 + 4 ) * 2 * 2 ) macro

Completed in 455 milliseconds