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/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
RTPencode.cc 259 double sendtime = 0; local
574 if ( sendtime >= NTone * DTMF_PACKET_INTERVAL ) {
575 if ( sendtime < NTone * DTMF_PACKET_INTERVAL + DTMF_DURATION ) {
582 enc_len = makeDTMFpayload(&rtp_data[12], NTone % 12, 0, 4, (int) (sendtime - NTone * DTMF_PACKET_INTERVAL)*(fs/1000) + len);
595 offset = (uint32_t) sendtime; //(timestamp/(fs/1000));
639 if (enc_len > 0 && (sendtime <= STOPSENDTIME || sendtime > RESTARTSENDTIME)) {
690 offset = (uint32_t) sendtime;
787 sendtime += (double) len/(fs/1000);
    [all...]

Completed in 136 milliseconds