Searched refs:MINISRC_TMP_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
417 data_bytes = (((MINISRC_TMP_BUFFER_SIZE & ~1) + in m3_pchan_init()424 dsp_in_buf = dac_data + (MINISRC_TMP_BUFFER_SIZE/2); in m3_pchan_init()797 data_bytes = (((MINISRC_TMP_BUFFER_SIZE & ~1) + in m3_rchan_init()803 dsp_in_buf = adc_data + (MINISRC_TMP_BUFFER_SIZE / 2); in m3_rchan_init()
783 #define MINISRC_TMP_BUFFER_SIZE ( 112 + ( MINISRC_BIQUAD_STAGE * 3 + 4 ) * 2 * 2 ) macro