Searched refs:timeUpdate (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DARTPSource.h41 void timeUpdate(uint32_t rtpTime, uint64_t ntpTime);
H A DARTPSource.cpp94 void ARTPSource::timeUpdate(uint32_t rtpTime, uint64_t ntpTime) { function in class:android::ARTPSource
H A DMyHandler.h975 int32_t timeUpdate; local
976 if (msg->findInt32("time-update", &timeUpdate) && timeUpdate) {
H A DARTPConnection.cpp611 ALOGI("XXX timeUpdate: ssrc=0x%08x, rtpTime %u == ntpTime %.3f",
619 source->timeUpdate(rtpTime, ntpTime);

Completed in 1161 milliseconds