Searched refs:next_frame_sample (Results 1 – 1 of 1) sorted by relevance
3185 FLAC__uint64 next_frame_sample = this_frame_sample + (FLAC__uint64)frame->header.blocksize; in write_audio_frame_to_client_() local3193 …if(this_frame_sample <= target_sample && target_sample < next_frame_sample) { /* we hit our target… in write_audio_frame_to_client_()