Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-region.c2120 static Xen g_mix_region(Xen reg_n, Xen chn_samp_n, Xen snd_n, Xen chn_n, Xen reg_chn) in g_mix_region() argument
2133 Xen_check_type(Xen_is_integer_or_unbound(chn_samp_n), chn_samp_n, 2, S_mix_region, "an integer"); in g_mix_region()
2144 if (Xen_is_bound(chn_samp_n)) in g_mix_region()
2145 samp = beg_to_sample(chn_samp_n, S_mix_region); in g_mix_region()
H A Dsnd-mix.c3489 static Xen g_mix(Xen file, Xen chn_samp_n, Xen file_chn, Xen snd_n, Xen chn_n, Xen tag, Xen auto_de… in g_mix() argument
3519 Xen_check_type(Xen_is_number_or_unbound(chn_samp_n), chn_samp_n, 2, S_mix, "an integer"); in g_mix()
3533 if (Xen_is_llong(chn_samp_n)) in g_mix()
3535 beg = Xen_llong_to_C_llong(chn_samp_n); in g_mix()
3538 Xen_out_of_range_error(S_mix, 2, chn_samp_n, "begin time should be reasonable"); in g_mix()