Searched refs:FLAC_plugin__show_error (Results 1 - 3 of 3) 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.h92 extern void FLAC_plugin__show_error(const char *message,...);
H A Dplayback.c75 FLAC_plugin__show_error("This plugin can only handle 8/16/24-bit samples.");
126 FLAC_plugin__show_error("Error while initializing decoder (%s [%s]).", FLAC__StreamDecoderInitStatusString[init_status], FLAC__stream_decoder_get_resolved_state_string(decoder));
138 FLAC_plugin__show_error("Error while processing metadata (%s).", FLAC__stream_decoder_get_resolved_state_string(decoder));
223 FLAC_plugin__show_error("Error while processing frame (%s).", FLAC__stream_decoder_get_resolved_state_string(decoder));
H A Din_flac.c118 FLAC_plugin__show_error("Error while stopping decoding thread.");
368 void FLAC_plugin__show_error(const char *message,...) function

Completed in 37 milliseconds