HomeSort by relevance Sort by last modified time
    Searched defs:ntpTime (Results 1 - 9 of 9) 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 606 uint64_t ntpTime = u64at(&data[8]);
610 ALOGI("XXX timeUpdate: ssrc=0x%08x, rtpTime %u == ntpTime %.3f",
613 (ntpTime >> 32) + (double)(ntpTime & 0xffffffff) / (1ll << 32));
618 source->timeUpdate(rtpTime, ntpTime);
MyTransmitter.h 137 uint64_t ntpTime() {
157 uint64_t ntp = ntpTime();
681 mLastNTPTime = ntpTime();
MyHandler.h 819 uint64_t ntpTime;
821 CHECK(msg->findInt64("ntp-time", (int64_t *)&ntpTime));
823 onTimeUpdate(trackIndex, rtpTime, ntpTime);
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/sink/
RTPSink.cpp 630 uint64_t ntpTime = U64_AT(&data[8]);
633 ALOGV("SR: ssrc 0x%08x, ntpTime 0x%016llx, rtpTime 0x%08x",
634 id, ntpTime, rtpTime);
  /tools/motodev/src/plugins/android/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/common/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/emulator/lib/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/translation/
commons-net-1.4.1.jar 

Completed in 315 milliseconds