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

/external/sonic/
H A Dwave.c17 #define WAVE_BUF_LEN 4096 macro
332 unsigned char bytes[WAVE_BUF_LEN];
335 if(maxSamples*file->numChannels*2 > WAVE_BUF_LEN) {
336 maxSamples = WAVE_BUF_LEN/(file->numChannels*2);
356 unsigned char bytes[WAVE_BUF_LEN];
361 if(bytePos == WAVE_BUF_LEN) {

Completed in 134 milliseconds