Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsilence.c49 sox_sample_t *stop_holdoff; member
265 silence->stop_holdoff = lsx_malloc(sizeof(sox_sample_t)*silence->stop_duration); in sox_silence_start()
520 silence->stop_holdoff[ in sox_silence_flow()
591 *obuf++ = silence->stop_holdoff[silence->stop_holdoff_offset++]; in sox_silence_flow()
634 *obuf++ = silence->stop_holdoff[silence->stop_holdoff_offset++]; in sox_silence_drain()
660 free(silence->stop_holdoff); in sox_silence_stop()