Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-data.c272 sp->contrast_control_on = DEFAULT_CONTRAST_CONTROL_ON; in initialize_control_panel()
381 if (sp->contrast_control_on != DEFAULT_CONTRAST_CONTROL_ON) in free_snd_info()
H A Dsnd-dac.c1534 if ((dp->expanding) || (dp->filtering) || (dp->reverbing) || (sp->contrast_control_on)) in choose_dac_op()
1757 if (sp->contrast_control_on) fval = contrast(dp, amp, ind, fval); else fval *= amp; in fill_dac_buffers()
1771 if (sp->contrast_control_on) fval = contrast(dp, amp, ind, fval); else fval *= amp; in fill_dac_buffers()
1779 if (sp->contrast_control_on) in fill_dac_buffers()
H A Dsnd-snd.c1389 cs->contrast_on = sp->contrast_control_on; in current_control_settings()
1432 sp->contrast_control_on = cs->contrast_on; in restore_control_settings()
1624 …l_on)) && (!(sp->expand_control_on)) && (!(sp->reverb_control_on)) && (!(sp->contrast_control_on))) in apply_controls()
1725 if (sp->contrast_control_on) in apply_controls()
2519 … case SP_CONTRASTING: return(C_bool_to_Xen_boolean(sp->contrast_control_on)); in sound_get()
5226 …if (elen > 0) {sp->contrast_control_on = true; sp->contrast_control = Xen_real_to_C_double(Xen_car…
H A Dsnd-main.c973 …if (sp->contrast_control_on != DEFAULT_CONTRAST_CONTROL_ON) psp_ss(fd, S_contrast_control_on, b2s(… in save_sound_state()
H A Dsnd-1.h340 bool contrast_control_on; member
H A Dsnd-motif.c27079 sp->contrast_control_on = cb->set; in contrast_button_callback()
27080 …XmChangeColor(CONTRAST_SCROLLBAR(sp), (Pixel)((sp->contrast_control_on) ? (ss->position_color) : (… in contrast_button_callback()
27087 sp->contrast_control_on = state; in toggle_contrast_button()