Home
last modified time | relevance | path

Searched refs:timeUpdate (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DARTPSource.h67 void timeUpdate(int64_t recvTimeUs, uint32_t rtpTime, uint64_t ntpTime);
DMyHandler.h1015 int32_t timeUpdate; in onMessageReceived() local
1016 if (msg->findInt32("time-update", &timeUpdate) && timeUpdate) { in onMessageReceived()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTPSource.cpp388 int32_t timeUpdate; in onMessageReceived() local
390 if (msg->findInt32("time-update", &timeUpdate) && timeUpdate) { in onMessageReceived()
/frameworks/av/media/libstagefright/rtsp/
DARTPSource.cpp135 void ARTPSource::timeUpdate(int64_t recvTimeUs, uint32_t rtpTime, uint64_t ntpTime) { in timeUpdate() function in android::ARTPSource
DARTPConnection.cpp1052 source->timeUpdate(recvTimeUs, rtpTime, ntpTime); in parseSenderReport()