Home
last modified time | relevance | path

Searched refs:echo_tail (Results 1 – 9 of 9) sorted by relevance

/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dwavegen.cpp67 int echo_tail; variable
397 echo_tail = 0; in WavegenSetEcho()
862 echo = (echo_buf[echo_tail++] * echo_amp); in Wavegen()
864 if (echo_tail >= N_ECHO_BUF) in Wavegen()
865 echo_tail = 0; in Wavegen()
907 value = (echo_buf[echo_tail++] * echo_amp) >> 8; in PlaySilence()
909 if (echo_tail >= N_ECHO_BUF) in PlaySilence()
910 echo_tail = 0; in PlaySilence()
954 value += ((echo_buf[echo_tail++] * echo_amp) >> 8); in PlayWave()
961 if (echo_tail >= N_ECHO_BUF) in PlayWave()
[all …]
H A Dklatt.cpp404 value = (int)temp + ((echo_buf[echo_tail++]*echo_amp) >> 8);
405 if (echo_tail >= N_ECHO_BUF)
406 echo_tail = 0;
H A Dsynthesize.h485 extern int echo_tail;
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dwavegen.cpp85 int echo_tail; variable
829 echo_tail = 0; in WavegenSetEcho()
1408 echo = (echo_buf[echo_tail++] * echo_amp); in Wavegen()
1410 if(echo_tail >= N_ECHO_BUF) in Wavegen()
1411 echo_tail=0; in Wavegen()
1460 value = (echo_buf[echo_tail++] * echo_amp) >> 8; in PlaySilence()
1462 if(echo_tail >= N_ECHO_BUF) in PlaySilence()
1463 echo_tail = 0; in PlaySilence()
1514 value += ((echo_buf[echo_tail++] * echo_amp) >> 8); in PlayWave()
1522 if(echo_tail >= N_ECHO_BUF) in PlayWave()
[all …]
H A Dklatt.cpp526 value = (int)temp + ((echo_buf[echo_tail++]*echo_amp) >> 8); in parwave()
527 if(echo_tail >= N_ECHO_BUF) in parwave()
528 echo_tail=0; in parwave()
H A Dsynthesize.h508 extern int echo_tail;
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/tty/
H A Dn_tty.c124 size_t echo_tail; member
632 tail = ldata->echo_tail; in __process_echoes()
765 ldata->echo_tail = tail; in __process_echoes()
778 old = ldata->echo_commit - ldata->echo_tail; in commit_echoes()
783 nr = head - ldata->echo_tail; in commit_echoes()
803 if (ldata->echo_mark == ldata->echo_tail) in process_echoes()
1134 ldata->echo_head = ldata->echo_tail = 0; in isig()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/tty/
H A Dn_tty.c124 size_t echo_tail; member
632 tail = ldata->echo_tail; in __process_echoes()
765 ldata->echo_tail = tail; in __process_echoes()
778 old = ldata->echo_commit - ldata->echo_tail; in commit_echoes()
783 nr = head - ldata->echo_tail; in commit_echoes()
803 if (ldata->echo_mark == ldata->echo_tail) in process_echoes()
1134 ldata->echo_head = ldata->echo_tail = 0; in isig()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/tty/
H A Dn_tty.c124 size_t echo_tail; member
632 tail = ldata->echo_tail; in __process_echoes()
765 ldata->echo_tail = tail; in __process_echoes()
778 old = ldata->echo_commit - ldata->echo_tail; in commit_echoes()
783 nr = head - ldata->echo_tail; in commit_echoes()
803 if (ldata->echo_mark == ldata->echo_tail) in process_echoes()
1134 ldata->echo_head = ldata->echo_tail = 0; in isig()