Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c104 } combine_method = sox_default; variable
455 (is_serial(combine_method) && input_count > 1))) in progress_to_next_input_file()
501 if (is_serial(combine_method)) in combiner_start()
530 if (is_serial(combine_method)) { in combiner_drain()
536 if (combine_method == sox_sequence && !can_segue(current_input)) in combiner_drain()
553 if (combine_method == sox_mix || combine_method == sox_mix_power) { in combiner_drain()
563 } /* sox_mix */ else if (combine_method == sox_multiply) { in combiner_drain()
586 if (input_eof && is_parallel(combine_method)) in combiner_drain()
597 if (is_parallel(combine_method)) { in combiner_stop()
1540 is_serial(combine_method) && since(&then, 1.0, sox_true)) in sigint()
[all …]