Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DARTPConnection.h95 int64_t mLastCongestionNotifyTimeUs; member
/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp94 mLastCongestionNotifyTimeUs(-1), in ARTPConnection()
713 if (mLastCongestionNotifyTimeUs <= 0) { in notifyCongestionToUpperLayerIfNeeded()
714 mLastCongestionNotifyTimeUs = nowUs; in notifyCongestionToUpperLayerIfNeeded()
717 bool isNeedToUpdate = (mLastCongestionNotifyTimeUs + kMinOneSecondNotifyDelayUs <= nowUs); in notifyCongestionToUpperLayerIfNeeded()
725 mLastCongestionNotifyTimeUs = nowUs; in notifyCongestionToUpperLayerIfNeeded()