Home
last modified time | relevance | path

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

/external/flac/src/plugin_xmms/
Dconfigure.h58 gboolean dither_24_to_16; member
Dplugin.c220 …", "output.resolution.normal.dither_24_to_16", &flac_cfg.output.resolution.normal.dither_24_to_16); in FLAC_XMMS__init()
321 … 16 || (stream_data_.bits_per_sample == 24 && flac_cfg.output.resolution.normal.dither_24_to_16)) { in FLAC_XMMS__play_file()
Dconfigure.c159 …c", "output.resolution.normal.dither_24_to_16", flac_cfg.output.resolution.normal.dither_24_to_16); in flac_configurewin_ok()
284 …flac_cfg.output.resolution.normal.dither_24_to_16 = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON… in resolution_normal_dither_24_to_16_cb()
543 …GGLE_BUTTON(resolution_normal_dither_24_to_16), flac_cfg.output.resolution.normal.dither_24_to_16); in FLAC_XMMS__configure()