Home
last modified time | relevance | path

Searched refs:sendtime (Results 1 – 4 of 4) sorted by relevance

/external/iputils/
Dclockdiff.c132 long sendtime, recvtime, histime; in measure() local
235 sendtime = ntohl(*(__u32*)(icp+1)); in measure()
236 diff = recvtime - sendtime; in measure()
260 delta1 = histime - sendtime; in measure()
309 long sendtime, recvtime, histime, histime1; in measure_opt() local
425 sendtime = recvtime = histime = histime1 = 0; in measure_opt()
434 sendtime = t; in measure_opt()
447 if (!(sendtime&histime&histime1&recvtime)) { in measure_opt()
452 diff = recvtime - sendtime; in measure_opt()
467 delta1 = histime - sendtime; in measure_opt()
Dtracepath.c41 struct timeval sendtime; member
136 rettv = &his[slot].sendtime; in recverr()
272 his[hisptr].sendtime = hdr->tv; in probe_ttl()
Dtracepath6.c51 struct timeval sendtime; member
159 rettv = &his[slot].sendtime; in recverr()
342 his[hisptr].sendtime = hdr->tv; in probe_ttl()
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
DRTPencode.cc259 double sendtime = 0; in main() local
574 if ( sendtime >= NTone * DTMF_PACKET_INTERVAL ) { in main()
575 if ( sendtime < NTone * DTMF_PACKET_INTERVAL + DTMF_DURATION ) { in main()
582 …enc_len = makeDTMFpayload(&rtp_data[12], NTone % 12, 0, 4, (int) (sendtime - NTone * DTMF_PACKET_I… in main()
595 offset = (uint32_t) sendtime; //(timestamp/(fs/1000)); in main()
639 if (enc_len > 0 && (sendtime <= STOPSENDTIME || sendtime > RESTARTSENDTIME)) { in main()
690 offset = (uint32_t) sendtime; in main()
787 sendtime += (double) len/(fs/1000); in main()