Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsilence.c51 size_t stop_holdoff_end; member
267 silence->stop_holdoff_end = 0; in sox_silence_start()
491 if (threshold && silence->stop_holdoff_end in sox_silence_flow()
521 silence->stop_holdoff_end++] = *ibuf++; in sox_silence_flow()
527 if (silence->stop_holdoff_end >= in sox_silence_flow()
537 silence->stop_holdoff_end = 0; in sox_silence_flow()
584 nrOfTicks = min((silence->stop_holdoff_end - in sox_silence_flow()
596 if (silence->stop_holdoff_offset == silence->stop_holdoff_end) in sox_silence_flow()
599 silence->stop_holdoff_end = 0; in sox_silence_flow()
629 nrOfTicks = min((silence->stop_holdoff_end - in sox_silence_drain()
[all …]