Searched refs:this_frame_sample (Results 1 - 1 of 1) sorted by path

/external/flac/libFLAC/
H A Dstream_decoder.c2921 FLAC__uint64 this_frame_sample = frame->header.number.sample_number; local
2922 FLAC__uint64 next_frame_sample = this_frame_sample + (FLAC__uint64)frame->header.blocksize;
2931 if(this_frame_sample <= target_sample && target_sample < next_frame_sample) { /* we hit our target frame */
2932 unsigned delta = (unsigned)(target_sample - this_frame_sample);
2982 FLAC__uint64 first_frame_offset = decoder->private_->first_frame_offset, lower_bound, upper_bound, lower_bound_sample, upper_bound_sample, this_frame_sample; local
3150 this_frame_sample = decoder->private_->last_frame.header.number.sample_number;
3152 if (0 == decoder->private_->samples_decoded || (this_frame_sample + decoder->private_->last_frame.header.blocksize >= upper_bound_sample && !first_seek)) {
3166 if (this_frame_sample < lower_bound_sample) {
3172 if(target_sample < this_frame_sample) {
3173 upper_bound_sample = this_frame_sample
3199 FLAC__uint64 this_frame_sample = (FLAC__uint64)0 - 1; local
[all...]

Completed in 6060 milliseconds