Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsilence.c30 int start_periods; member
102 if (sscanf(argv[0], "%d", &silence->start_periods) != 1) in sox_silence_getopts()
104 if (silence->start_periods < 0) in sox_silence_getopts()
112 if (silence->start_periods > 0) in sox_silence_getopts()
374 silence->start_periods) in sox_silence_flow()