Lines Matching defs:decoder
76 static FLAC__bool die_s_(const char *msg, const FLAC__StreamDecoder *decoder) in die_s_()
127 …LAC__StreamDecoderReadStatus stream_decoder_read_callback_(const FLAC__StreamDecoder *decoder, FLA… in stream_decoder_read_callback_()
162 …LAC__StreamDecoderSeekStatus stream_decoder_seek_callback_(const FLAC__StreamDecoder *decoder, FLA… in stream_decoder_seek_callback_()
184 …LAC__StreamDecoderTellStatus stream_decoder_tell_callback_(const FLAC__StreamDecoder *decoder, FLA… in stream_decoder_tell_callback_()
210 …_StreamDecoderLengthStatus stream_decoder_length_callback_(const FLAC__StreamDecoder *decoder, FLA… in stream_decoder_length_callback_()
228 static FLAC__bool stream_decoder_eof_callback_(const FLAC__StreamDecoder *decoder, void *client_dat… in stream_decoder_eof_callback_()
245 …C__StreamDecoderWriteStatus stream_decoder_write_callback_(const FLAC__StreamDecoder *decoder, con… in stream_decoder_write_callback_()
270 static void stream_decoder_metadata_callback_(const FLAC__StreamDecoder *decoder, const FLAC__Strea… in stream_decoder_metadata_callback_()
306 static void stream_decoder_error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderE… in stream_decoder_error_callback_()
323 static FLAC__bool stream_decoder_test_respond_(FLAC__StreamDecoder *decoder, StreamDecoderClientDat… in stream_decoder_test_respond_()
397 FLAC__StreamDecoder *decoder; in test_stream_decoder() local