Home | History | Annotate | Download | only in source

Lines Matching refs:ntp_frac

1529                                                uint32_t ntp_frac) {
1539 RTCPUtility::MidNtp(ntp_sec, ntp_frac),
1540 Clock::NtpToMs(ntp_sec, ntp_frac)));
1571 ModuleRTPUtility::AssignUWord32ToBuffer(buffer + pos, ntp_frac);
2062 uint32_t* ntp_secs, uint32_t* ntp_frac) {
2074 _clock->CurrentNtp(*ntp_secs, *ntp_frac);
2083 now += (*ntp_frac&0xffff0000)>>16;