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_()
423 decoder->private_->tell_callback = tell_callback; in init_stream_internal_()
451 FLAC__StreamDecoderTellCallback tell_callback, in FLAC__stream_decoder_init_stream() argument
464 tell_callback, in FLAC__stream_decoder_init_stream()
479 FLAC__StreamDecoderTellCallback tell_callback, in FLAC__stream_decoder_init_ogg_stream() argument
492 tell_callback, in FLAC__stream_decoder_init_ogg_stream()
906 if(0 == decoder->private_->tell_callback) in FLAC__stream_decoder_get_decode_position()
908 …if(decoder->private_->tell_callback(decoder, position, decoder->private_->client_data) != FLAC__ST… in FLAC__stream_decoder_get_decode_position()
1152 FLAC__ASSERT(decoder->private_->tell_callback); in FLAC__stream_decoder_seek_absolute()
1225 decoder->private_->tell_callback = 0; in set_defaults_()