Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:total_samples

1189 	encoder->private_->streaminfo.data.stream_info.total_samples = encoder->protected_->total_samples_estimate; /* we will replace this later with the real total */
1208 encoder->private_->streaminfo.data.stream_info.total_samples = 0;
2714 const FLAC__uint64 samples = metadata->data.stream_info.total_samples;
2879 const FLAC__uint64 samples = metadata->data.stream_info.total_samples;
3109 encoder->private_->streaminfo.data.stream_info.total_samples += (FLAC__uint64)encoder->protected_->blocksize;