Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:output_position

2438 	FLAC__uint64 output_position = 0;
2441 if(encoder->private_->tell_callback && encoder->private_->tell_callback(encoder, &output_position, encoder->private_->client_data) == FLAC__STREAM_ENCODER_TELL_STATUS_ERROR) {
2452 encoder->protected_->streaminfo_offset = output_position;
2454 encoder->protected_->seektable_offset = output_position;
2475 encoder->private_->seek_table->points[i].stream_offset = output_position - encoder->protected_->audio_offset;