Searched defs:event_end (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Ddtmf_buffer.cc124 // |event_end| is an estimate of where the current event ends. If the end
126 uint32_t event_end = it->timestamp + it->duration; local
133 event_end += max_extrapolation_samples_;
139 event_end = std::min(event_end, next->timestamp);
146 && current_timestamp <= event_end) { // TODO(hlundin): Change to <.
157 current_timestamp + frame_len_samples_ >= event_end) {
163 } else if (current_timestamp > event_end) { // TODO(hlundin): Change to >=.

Completed in 249 milliseconds