Lines Matching refs:tell_callback
125 FLAC__StreamDecoderTellCallback tell_callback; member
340 FLAC__StreamDecoderTellCallback tell_callback, in init_stream_internal_() argument
362 (seek_callback && (0 == tell_callback || 0 == length_callback || 0 == eof_callback)) in init_stream_internal_()
424 decoder->private_->tell_callback = tell_callback; in init_stream_internal_()
452 FLAC__StreamDecoderTellCallback tell_callback, in FLAC__stream_decoder_init_stream() argument
465 tell_callback, in FLAC__stream_decoder_init_stream()
480 FLAC__StreamDecoderTellCallback tell_callback, in FLAC__stream_decoder_init_ogg_stream() argument
493 tell_callback, in FLAC__stream_decoder_init_ogg_stream()
907 if(0 == decoder->private_->tell_callback) in FLAC__stream_decoder_get_decode_position()
909 …if(decoder->private_->tell_callback(decoder, position, decoder->private_->client_data) != FLAC__ST… in FLAC__stream_decoder_get_decode_position()
1153 FLAC__ASSERT(decoder->private_->tell_callback); in FLAC__stream_decoder_seek_absolute()
1226 decoder->private_->tell_callback = 0; in set_defaults_()