Searched refs:this_frame_sample (Results 1 – 1 of 1) sorted by relevance
2921 FLAC__uint64 this_frame_sample = frame->header.number.sample_number; in write_audio_frame_to_client_() local2922 FLAC__uint64 next_frame_sample = this_frame_sample + (FLAC__uint64)frame->header.blocksize; in write_audio_frame_to_client_()2931 …if(this_frame_sample <= target_sample && target_sample < next_frame_sample) { /* we hit our target… in write_audio_frame_to_client_()2932 unsigned delta = (unsigned)(target_sample - this_frame_sample); in write_audio_frame_to_client_()2982 …_frame_offset, lower_bound, upper_bound, lower_bound_sample, upper_bound_sample, this_frame_sample; in seek_to_absolute_sample_() local3150 this_frame_sample = decoder->private_->last_frame.header.number.sample_number; in seek_to_absolute_sample_()3152 …if (0 == decoder->private_->samples_decoded || (this_frame_sample + decoder->private_->last_frame.… in seek_to_absolute_sample_()3166 if (this_frame_sample < lower_bound_sample) { in seek_to_absolute_sample_()3172 if(target_sample < this_frame_sample) { in seek_to_absolute_sample_()3173 upper_bound_sample = this_frame_sample + decoder->private_->last_frame.header.blocksize; in seek_to_absolute_sample_()[all …]