Searched refs:this_frame_sample (Results 1 – 1 of 1) sorted by relevance
2936 FLAC__uint64 this_frame_sample = frame->header.number.sample_number; in write_audio_frame_to_client_() local2937 FLAC__uint64 next_frame_sample = this_frame_sample + (FLAC__uint64)frame->header.blocksize; in write_audio_frame_to_client_()2946 …if(this_frame_sample <= target_sample && target_sample < next_frame_sample) { /* we hit our target… in write_audio_frame_to_client_()2947 unsigned delta = (unsigned)(target_sample - this_frame_sample); in write_audio_frame_to_client_()2995 …_frame_offset, lower_bound, upper_bound, lower_bound_sample, upper_bound_sample, this_frame_sample; in seek_to_absolute_sample_() local3159 this_frame_sample = decoder->private_->last_frame.header.number.sample_number; in seek_to_absolute_sample_()3161 …if (0 == decoder->private_->samples_decoded || (this_frame_sample + decoder->private_->last_frame.… in seek_to_absolute_sample_()3175 if (this_frame_sample < lower_bound_sample) { in seek_to_absolute_sample_()3181 if(target_sample < this_frame_sample) { in seek_to_absolute_sample_()3182 upper_bound_sample = this_frame_sample + decoder->private_->last_frame.header.blocksize; in seek_to_absolute_sample_()[all …]