Lines Matching refs:audio_offset
1033 encoder->protected_->audio_offset = 0;
1130 if(encoder->private_->tell_callback && encoder->private_->tell_callback(encoder, &encoder->protected_->audio_offset, encoder->private_->client_data) == FLAC__STREAM_ENCODER_TELL_STATUS_ERROR) { /* FLAC__STREAM_ENCODER_TELL_STATUS_UNSUPPORTED just means we didn't get the offset; no error */
2458 * Mark the current seek point if hit (if audio_offset == 0 that
2462 if(0 != encoder->private_->seek_table && encoder->protected_->audio_offset > 0 && encoder->private_->seek_table->num_points > 0) {
2475 encoder->private_->seek_table->points[i].stream_offset = output_position - encoder->protected_->audio_offset;