Searched refs:SRC_BUFF_SAMPLES (Results 1 – 1 of 1) sorted by relevance
63 #define SRC_BUFF_SAMPLES (SRC_TAPS + 16 * 3) // taps + 16KHz x 3msec macro207 srcBuff = MEMAllocFromExpHeapEx(*heap, SRC_BUFF_SAMPLES * sizeof(s16), 32); in AUDIOInit()208 memset(srcBuff, 0, SRC_BUFF_SAMPLES * sizeof(s16)); in AUDIOInit()526 if (needs >= SRC_BUFF_SAMPLES - (SRC_TAPS - 1)) in voiceProc()528 needs = SRC_BUFF_SAMPLES - (SRC_TAPS - 1); in voiceProc()