Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsilence.c82 int parse_count; in sox_silence_getopts() local
129 parse_count = sscanf(argv[1], "%lf%c", &silence->start_threshold, in sox_silence_getopts()
131 if (parse_count < 1) in sox_silence_getopts()
133 else if (parse_count < 2) in sox_silence_getopts()
170 parse_count = sscanf(argv[1], "%lf%c", &silence->stop_threshold, in sox_silence_getopts()
172 if (parse_count < 1) in sox_silence_getopts()
174 else if (parse_count < 2) in sox_silence_getopts()