Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c102 sox_sequence, sox_concatenate, sox_mix, sox_mix_power, enumerator
536 if (combine_method == sox_sequence && !can_segue(current_input)) in combiner_drain()
1576 if (combine_method == sox_sequence) { in calculate_combiner_signal_parameters()
1635 sox_bool known_length = combine_method != sox_sequence; in calculate_output_signal_parameters()
2879 combine_method = is_player? sox_sequence : sox_concatenate; in main()
2882 if (combine_method == sox_sequence && input_count == 1) in main()