Searched refs:ts_diff (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Drtcp.cc48 int32_t ts_diff = receive_timestamp - (rtp_header.timestamp - transit_); local
49 ts_diff = WEBRTC_SPL_ABS_W32(ts_diff);
50 int32_t jitter_diff = (ts_diff << 4) - jitter_;
H A Dneteq_impl.cc1806 int32_t ts_diff = header->timestamp - prev_timestamp; local
1808 (seq_no_diff == 0 && ts_diff == decoder_frame_length_)) {

Completed in 80 milliseconds