Lines Matching refs:tell_callback
156 FLAC__StreamDecoderTellCallback tell_callback; member
376 FLAC__StreamDecoderTellCallback tell_callback, in init_stream_internal_() argument
400 (seek_callback && (0 == tell_callback || 0 == length_callback || 0 == eof_callback)) in init_stream_internal_()
460 decoder->private_->tell_callback = tell_callback; in init_stream_internal_()
488 FLAC__StreamDecoderTellCallback tell_callback, in FLAC__stream_decoder_init_stream() argument
501 tell_callback, in FLAC__stream_decoder_init_stream()
516 FLAC__StreamDecoderTellCallback tell_callback, in FLAC__stream_decoder_init_ogg_stream() argument
529 tell_callback, in FLAC__stream_decoder_init_ogg_stream()
947 if(0 == decoder->private_->tell_callback) in FLAC__stream_decoder_get_decode_position()
949 …if(decoder->private_->tell_callback(decoder, position, decoder->private_->client_data) != FLAC__ST… in FLAC__stream_decoder_get_decode_position()
1192 FLAC__ASSERT(decoder->private_->tell_callback); in FLAC__stream_decoder_seek_absolute()
1267 decoder->private_->tell_callback = 0; in set_defaults_()