Lines Matching refs:tell_callback
133 FLAC__StreamDecoderTellCallback tell_callback; member
350 FLAC__StreamDecoderTellCallback tell_callback, in init_stream_internal_() argument
374 (seek_callback && (0 == tell_callback || 0 == length_callback || 0 == eof_callback)) in init_stream_internal_()
436 decoder->private_->tell_callback = tell_callback; in init_stream_internal_()
464 FLAC__StreamDecoderTellCallback tell_callback, in FLAC__stream_decoder_init_stream() argument
477 tell_callback, in FLAC__stream_decoder_init_stream()
492 FLAC__StreamDecoderTellCallback tell_callback, in FLAC__stream_decoder_init_ogg_stream() argument
505 tell_callback, in FLAC__stream_decoder_init_ogg_stream()
921 if(0 == decoder->private_->tell_callback) in FLAC__stream_decoder_get_decode_position()
923 …if(decoder->private_->tell_callback(decoder, position, decoder->private_->client_data) != FLAC__ST… in FLAC__stream_decoder_get_decode_position()
1167 FLAC__ASSERT(decoder->private_->tell_callback); in FLAC__stream_decoder_seek_absolute()
1242 decoder->private_->tell_callback = 0; in set_defaults_()