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.h813 int32_t timeUpdate; local
814 if (msg->findInt32("time-update", &timeUpdate) && timeUpdate) {
H A DARTPConnection.cpp610 ALOGI("XXX timeUpdate: ssrc=0x%08x, rtpTime %u == ntpTime %.3f",
618 source->timeUpdate(rtpTime, ntpTime);

Completed in 1775 milliseconds