Searched refs:stop_holdoff_offset (Results 1 – 1 of 1) sorted by relevance
50 size_t stop_holdoff_offset; member266 silence->stop_holdoff_offset = 0; in sox_silence_start()536 silence->stop_holdoff_offset = 0; in sox_silence_flow()585 silence->stop_holdoff_offset), in sox_silence_flow()591 *obuf++ = silence->stop_holdoff[silence->stop_holdoff_offset++]; in sox_silence_flow()596 if (silence->stop_holdoff_offset == silence->stop_holdoff_end) in sox_silence_flow()598 silence->stop_holdoff_offset = 0; in sox_silence_flow()630 silence->stop_holdoff_offset), *osamp); in sox_silence_drain()634 *obuf++ = silence->stop_holdoff[silence->stop_holdoff_offset++]; in sox_silence_drain()639 if (silence->stop_holdoff_offset == silence->stop_holdoff_end) in sox_silence_drain()[all …]