Searched refs:FLAC__StreamDecoderErrorStatus (Results 1 - 25 of 57) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/examples/c/decode/file/
H A Dmain.c37 static void error_callback(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data);
185 void error_callback(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/examples/cpp/decode/file/
H A Dmain.cpp71 virtual void error_callback(::FLAC__StreamDecoderErrorStatus status);
186 void OurDecoder::error_callback(::FLAC__StreamDecoderErrorStatus status)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/include/FLAC++/
H A Ddecoder.h181 virtual void error_callback(::FLAC__StreamDecoderErrorStatus status) = 0;
196 static void error_callback_(const ::FLAC__StreamDecoder *decoder, ::FLAC__StreamDecoderErrorStatus status, void *client_data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/examples/c/decode/file/
H A Dmain.c37 static void error_callback(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data);
185 void error_callback(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/examples/cpp/decode/file/
H A Dmain.cpp71 virtual void error_callback(::FLAC__StreamDecoderErrorStatus status);
186 void OurDecoder::error_callback(::FLAC__StreamDecoderErrorStatus status)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/include/FLAC++/
H A Ddecoder.h181 virtual void error_callback(::FLAC__StreamDecoderErrorStatus status) = 0;
196 static void error_callback_(const ::FLAC__StreamDecoder *decoder, ::FLAC__StreamDecoderErrorStatus status, void *client_data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/examples/c/decode/file/
H A Dmain.c37 static void error_callback(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data);
185 void error_callback(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/examples/cpp/decode/file/
H A Dmain.cpp71 virtual void error_callback(::FLAC__StreamDecoderErrorStatus status);
186 void OurDecoder::error_callback(::FLAC__StreamDecoderErrorStatus status)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/include/FLAC++/
H A Ddecoder.h181 virtual void error_callback(::FLAC__StreamDecoderErrorStatus status) = 0;
196 static void error_callback_(const ::FLAC__StreamDecoder *decoder, ::FLAC__StreamDecoderErrorStatus status, void *client_data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/include/FLAC/
H A Dstream_decoder.h440 } FLAC__StreamDecoderErrorStatus; typedef in typeref:enum:__anon1581
442 /** Maps a FLAC__StreamDecoderErrorStatus to a C string.
444 * Using a FLAC__StreamDecoderErrorStatus as the index to this array
726 typedef void (*FLAC__StreamDecoderErrorCallback)(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/metaflac/
H A Doperations_shorthand_seektable.c104 FLAC__StreamDecoderErrorStatus error_status;
150 static void error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/include/FLAC/
H A Dstream_decoder.h440 } FLAC__StreamDecoderErrorStatus; typedef in typeref:enum:__anon2486
442 /** Maps a FLAC__StreamDecoderErrorStatus to a C string.
444 * Using a FLAC__StreamDecoderErrorStatus as the index to this array
726 typedef void (*FLAC__StreamDecoderErrorCallback)(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/metaflac/
H A Doperations_shorthand_seektable.c104 FLAC__StreamDecoderErrorStatus error_status;
150 static void error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/include/FLAC/
H A Dstream_decoder.h440 } FLAC__StreamDecoderErrorStatus; typedef in typeref:enum:__anon36511
442 /** Maps a FLAC__StreamDecoderErrorStatus to a C string.
444 * Using a FLAC__StreamDecoderErrorStatus as the index to this array
726 typedef void (*FLAC__StreamDecoderErrorCallback)(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/metaflac/
H A Doperations_shorthand_seektable.c104 FLAC__StreamDecoderErrorStatus error_status;
150 static void error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/test_libFLAC++/
H A Ddecoders.cpp134 void common_error_callback_(::FLAC__StreamDecoderErrorStatus status);
174 void DecoderCommon::common_error_callback_(::FLAC__StreamDecoderErrorStatus status)
197 void error_callback(::FLAC__StreamDecoderErrorStatus status);
299 void StreamDecoder::error_callback(::FLAC__StreamDecoderErrorStatus status)
353 void error_callback(::FLAC__StreamDecoderErrorStatus status);
369 void FileDecoder::error_callback(::FLAC__StreamDecoderErrorStatus status)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/test_libFLAC++/
H A Ddecoders.cpp134 void common_error_callback_(::FLAC__StreamDecoderErrorStatus status);
174 void DecoderCommon::common_error_callback_(::FLAC__StreamDecoderErrorStatus status)
197 void error_callback(::FLAC__StreamDecoderErrorStatus status);
299 void StreamDecoder::error_callback(::FLAC__StreamDecoderErrorStatus status)
353 void error_callback(::FLAC__StreamDecoderErrorStatus status);
369 void FileDecoder::error_callback(::FLAC__StreamDecoderErrorStatus status)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/test_libFLAC++/
H A Ddecoders.cpp134 void common_error_callback_(::FLAC__StreamDecoderErrorStatus status);
174 void DecoderCommon::common_error_callback_(::FLAC__StreamDecoderErrorStatus status)
197 void error_callback(::FLAC__StreamDecoderErrorStatus status);
299 void StreamDecoder::error_callback(::FLAC__StreamDecoderErrorStatus status)
353 void error_callback(::FLAC__StreamDecoderErrorStatus status);
369 void FileDecoder::error_callback(::FLAC__StreamDecoderErrorStatus status)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/libFLAC++/
H A Dstream_decoder.cpp319 void Stream::error_callback_(const ::FLAC__StreamDecoder *decoder, ::FLAC__StreamDecoderErrorStatus status, void *client_data)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/plugin_winamp2/
H A Dplayback.c99 static void error_callback(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/libFLAC++/
H A Dstream_decoder.cpp319 void Stream::error_callback_(const ::FLAC__StreamDecoder *decoder, ::FLAC__StreamDecoderErrorStatus status, void *client_data)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/plugin_winamp2/
H A Dplayback.c99 static void error_callback(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/libFLAC++/
H A Dstream_decoder.cpp319 void Stream::error_callback_(const ::FLAC__StreamDecoder *decoder, ::FLAC__StreamDecoderErrorStatus status, void *client_data)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/plugin_winamp2/
H A Dplayback.c99 static void error_callback(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/plugin_xmms/
H A Dplugin.c97 static void error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data);
678 void error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data)

Completed in 174 milliseconds

123