Home
last modified time | relevance | path

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

/external/flac/examples/cpp/decode/file/
Dmain.cpp190 fprintf(stderr, "Got error callback: %s\n", FLAC__StreamDecoderErrorStatusString[status]); in error_callback()
/external/flac/examples/c/decode/file/
Dmain.c199 fprintf(stderr, "Got error callback: %s\n", FLAC__StreamDecoderErrorStatusString[status]); in error_callback()
/external/flac/src/metaflac/
Doperations_shorthand_seektable.c211 …(%u:%s)\n", filename, (unsigned)client_data.error_status, FLAC__StreamDecoderErrorStatusString[cli… in populate_seekpoint_values()
/external/flac/src/utils/flacdiff/
Dmain.cpp103 fprintf(stderr, "got error %d:%s\n", status, ::FLAC__StreamDecoderErrorStatusString[status]); in error_callback()
/external/flac/include/FLAC/
Dstream_decoder.h448 extern FLAC_API const char * const FLAC__StreamDecoderErrorStatusString[];
/external/flac/src/test_seeking/
Dmain.c259 …: got error callback: err = %u (%s)\n", (uint32_t)status, FLAC__StreamDecoderErrorStatusString[sta… in error_callback_()
/external/flac/src/test_libFLAC/
Ddecoders.c318 …: got error callback: err = %u (%s)\n", (uint32_t)status, FLAC__StreamDecoderErrorStatusString[sta… in stream_decoder_error_callback_()
Dmetadata_manip.c514 …printf("ERROR: got error callback, status = %s (%u)\n", FLAC__StreamDecoderErrorStatusString[statu… in decoder_error_callback_()
/external/flac/src/test_libFLAC++/
Ddecoders.cpp174 …got error callback: err = %u (%s)\n", (uint32_t)status, ::FLAC__StreamDecoderErrorStatusString[sta… in common_error_callback_()
Dmetadata_manip.cpp500 …printf("ERROR: got error callback, status = %s (%u)\n", FLAC__StreamDecoderErrorStatusString[statu… in error_callback()
/external/flac/src/flac/
Ddecode.c1413 …s_printf(stderr, 1, "*** Got error code %d:%s\n", status, FLAC__StreamDecoderErrorStatusString[sta… in error_callback()
Dencode.c2603 …tf(stderr, 1, "ERROR got %s while decoding FLAC input\n", FLAC__StreamDecoderErrorStatusString[sta… in flac_decoder_error_callback()
/external/flac/src/libFLAC/
Dstream_decoder.c229 FLAC_API const char * const FLAC__StreamDecoderErrorStatusString[] = { variable