Home
last modified time | relevance | path

Searched refs:mLastSrUpdateTimeUs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DARTPSource.cpp66 mLastSrUpdateTimeUs(0), in ARTPSource()
138 mLastSrUpdateTimeUs = ALooper::GetNowUs(); in timeUpdate()
146 notify->setInt64("recv-time-us", mLastSrUpdateTimeUs); in timeUpdate()
167 mLastSrUpdateTimeUs = 0; in timeReset()
176 if (mLastSrUpdateTimeUs == 0) { in calcTimeGapRtpRtcp()
180 int64_t elapsedMs = (nowUs - mLastSrUpdateTimeUs) / 1000; in calcTimeGapRtpRtcp()
468 ((ALooper::GetNowUs() - mLastSrUpdateTimeUs) * 65536.0 / 1E6); in addReceiverReport()
DARTPSource.h136 int64_t mLastSrUpdateTimeUs; member