Searched refs:dither_24_to_16 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dplayback.h63 FLAC__bool dither_24_to_16; member in struct:__anon3858::__anon3860::__anon3861
H A Dconfigure.c89 RI(flac_cfg.output.resolution.normal.dither_24_to_16, 0);
107 WI(flac_cfg.output.resolution.normal.dither_24_to_16);
211 Check(IDC_DITHER, flac_cfg.output.resolution.normal.dither_24_to_16);
247 flac_cfg.output.resolution.normal.dither_24_to_16 = GetCheck(IDC_DITHER);
H A Dplayback.c146 cfg.resolution.normal.dither_24_to_16 ? min(stream_data->bits_per_sample, 16) : stream_data->bits_per_sample;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dconfigure.h58 gboolean dither_24_to_16; member in struct:__anon3866::__anon3869::__anon3871::__anon3872
H A Dplugin.c217 xmms_cfg_read_boolean(cfg, "flac", "output.resolution.normal.dither_24_to_16", &flac_cfg.output.resolution.normal.dither_24_to_16);
318 else if(stream_data_.bits_per_sample == 16 || (stream_data_.bits_per_sample == 24 && flac_cfg.output.resolution.normal.dither_24_to_16)) {
H A Dconfigure.c85 TRUE /* dither_24_to_16 */
157 xmms_cfg_write_boolean(cfg, "flac", "output.resolution.normal.dither_24_to_16", flac_cfg.output.resolution.normal.dither_24_to_16);
282 flac_cfg.output.resolution.normal.dither_24_to_16 = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(resolution_normal_dither_24_to_16));
541 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(resolution_normal_dither_24_to_16), flac_cfg.output.resolution.normal.dither_24_to_16);

Completed in 85 milliseconds