Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dechos.c52 int num_delays; member
70 echos->num_delays = 0; in sox_echos_getopts()
81 sscanf(argv[i++], "%f", &echos->delay[echos->num_delays]); in sox_echos_getopts()
82 sscanf(argv[i++], "%f", &echos->decay[echos->num_delays]); in sox_echos_getopts()
83 echos->num_delays++; in sox_echos_getopts()
84 if ( echos->num_delays > MAX_ECHOS ) in sox_echos_getopts()
120 for ( i = 0; i < echos->num_delays; i++ ) { in sox_echos_start()
152 for ( i = 0; i < echos->num_delays; i++ ) in sox_echos_start()
181 for ( j = 0; j < echos->num_delays; j++ ) { in sox_echos_flow()
189 for ( j = 0; j < echos->num_delays; j++ ) { in sox_echos_flow()
[all …]
H A Decho.c56 int num_delays; member
76 echo->num_delays = 0; in sox_echo_getopts()
85 if ( echo->num_delays >= MAX_ECHOS ) in sox_echo_getopts()
89 sscanf(argv[i++], "%f", &echo->delay[echo->num_delays]); in sox_echo_getopts()
90 sscanf(argv[i++], "%f", &echo->decay[echo->num_delays]); in sox_echo_getopts()
91 echo->num_delays++; in sox_echo_getopts()
122 for ( i = 0; i < echo->num_delays; i++ ) { in sox_echo_start()
153 for ( i = 0; i < echo->num_delays; i++ ) in sox_echo_start()
184 for ( j = 0; j < echo->num_delays; j++ ) { in sox_echo_flow()
218 for ( j = 0; j < echo->num_delays; j++ ) { in sox_echo_drain()