HomeSort by relevance Sort by last modified time
    Searched refs:sendtime (Results 1 - 4 of 4) sorted by null

  /external/iputils/
clockdiff.c 132 long sendtime, recvtime, histime; local
235 sendtime = ntohl(*(__u32*)(icp+1));
236 diff = recvtime - sendtime;
260 delta1 = histime - sendtime;
309 long sendtime, recvtime, histime, histime1; local
425 sendtime = recvtime = histime = histime1 = 0;
434 sendtime = t;
447 if (!(sendtime&histime&histime1&recvtime)) {
452 diff = recvtime - sendtime;
467 delta1 = histime - sendtime;
    [all...]
tracepath.c 41 struct timeval sendtime; member in struct:hhistory
136 rettv = &his[slot].sendtime;
272 his[hisptr].sendtime = hdr->tv;
tracepath6.c 51 struct timeval sendtime; member in struct:hhistory
159 rettv = &his[slot].sendtime;
342 his[hisptr].sendtime = hdr->tv;
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPencode.cc 296 double sendtime = 0; local
623 if (sendtime >= NTone * DTMF_PACKET_INTERVAL) {
624 if (sendtime < NTone * DTMF_PACKET_INTERVAL + DTMF_DURATION) {
633 (int)(sendtime - NTone * DTMF_PACKET_INTERVAL) * (fs / 1000) + len);
646 offset = (uint32_t)sendtime; //(timestamp/(fs/1000));
686 (sendtime <= STOPSENDTIME || sendtime > RESTARTSENDTIME)) {
735 offset = (uint32_t)sendtime;
823 sendtime += (double)len / (fs / 1000);
    [all...]

Completed in 559 milliseconds