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

  /frameworks/av/media/libstagefright/rtsp/
ARTPSession.cpp 151 uint64_t ntpTime;
153 "ntp-time", (int64_t *)&ntpTime));
158 accessUnit->size(), ntpTime);
161 accessUnit->size(), ntpTime);
175 accessUnit->meta()->setInt64("ntp-time", ntpTime);
ARTPConnection.cpp 607 uint64_t ntpTime = u64at(&data[8]);
611 ALOGI("XXX timeUpdate: ssrc=0x%08x, rtpTime %u == ntpTime %.3f",
614 (ntpTime >> 32) + (double)(ntpTime & 0xffffffff) / (1ll << 32));
619 source->timeUpdate(rtpTime, ntpTime);
MyTransmitter.h 140 uint64_t ntpTime() {
160 uint64_t ntp = ntpTime();
684 mLastNTPTime = ntpTime();
MyHandler.h     [all...]

Completed in 110 milliseconds