Home
last modified time | relevance | path

Searched refs:DELAY_BUFSIZ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Decho.c49 #define DELAY_BUFSIZ ( 50 * 50U * 1024 ) macro
129 if ( echo->samples[i] > (ptrdiff_t)DELAY_BUFSIZ ) in sox_echo_start()
132 DELAY_BUFSIZ / effp->in_signal.rate ); in sox_echo_start()
H A Dechos.c45 #define DELAY_BUFSIZ ( 50 * 50U * 1024 ) macro
127 if ( echos->samples[i] > (ptrdiff_t)DELAY_BUFSIZ ) in sox_echos_start()
130 DELAY_BUFSIZ / effp->in_signal.rate ); in sox_echos_start()