Home
last modified time | relevance | path

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

/external/flac/src/plugin_xmms/
Dconfigure.c109 static GtkWidget *resolution_replaygain_dither; variable
290 ….replaygain.dither = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(resolution_replaygain_dither)); in resolution_replaygain_dither_cb()
555 resolution_replaygain_dither = gtk_check_button_new_with_label(_("Enable dithering")); in FLAC_XMMS__configure()
556 …gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(resolution_replaygain_dither), flac_cfg.output.reso… in FLAC_XMMS__configure()
557 …gtk_signal_connect(GTK_OBJECT(resolution_replaygain_dither), "clicked", resolution_replaygain_dith… in FLAC_XMMS__configure()
558 …gtk_box_pack_start(GTK_BOX(resolution_replaygain_vbox), resolution_replaygain_dither, FALSE, FALSE… in FLAC_XMMS__configure()
616 resolution_replaygain_dither_cb(resolution_replaygain_dither, NULL); in FLAC_XMMS__configure()