Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Dohos_pa_volume.c587 static bool on_lfe(pa_channel_position_t p) { in on_lfe() function
630 (on_lfe(from->map[a]) && on_lfe(to->map[b]))) { in pa_cvolume_remap()
879 get_avg(map, v, &hfe, &lfe, on_hfe, on_lfe); in pa_cvolume_get_lfe_balance()
901 return set_balance(v, map, new_balance, on_hfe, on_lfe); in pa_cvolume_set_lfe_balance()
Dvolume.c571 static bool on_lfe(pa_channel_position_t p) { in on_lfe() function
614 (on_lfe(from->map[a]) && on_lfe(to->map[b]))) { in pa_cvolume_remap()
863 get_avg(map, v, &hfe, &lfe, on_hfe, on_lfe); in pa_cvolume_get_lfe_balance()
885 return set_balance(v, map, new_balance, on_hfe, on_lfe); in pa_cvolume_set_lfe_balance()
/third_party/pulseaudio/src/pulsecore/
Dresampler.c756 static bool on_lfe(pa_channel_position_t p) { in on_lfe() function
823 oc_mono_map[oc] = on_lfe(r->o_cm.map[oc]) ? 0.0f : 1.0f; in setup_oc_mono_map()
862 oc_mono_map[oc] = on_lfe(r->o_cm.map[oc]) ? 0.0f : 1.0f; in setup_oc_mono_map()
1102 } else if (on_lfe(b) && (r->flags & PA_RESAMPLER_PRODUCE_LFE)) { in setup_remap()
1130 else if (on_lfe(a)) in setup_remap()
1153 } else if (on_lfe(a) && (r->flags & PA_RESAMPLER_CONSUME_LFE)) in setup_remap()