Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsilence.c43 int stop_periods; member
146 if (sscanf(argv[0], "%d", &silence->stop_periods) != 1) in sox_silence_getopts()
148 if (silence->stop_periods < 0) in sox_silence_getopts()
150 silence->stop_periods = -silence->stop_periods; in sox_silence_getopts()
534 silence->stop_periods) in sox_silence_flow()
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DChangeLog1162 using a negative value for stop_periods.