Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DARTPConnection.h84 static const int64_t kMinOneSecondNotifyDelayUs; member
/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp65 const int64_t ARTPConnection::kMinOneSecondNotifyDelayUs = 100000ll; member in android::ARTPConnection
717 bool isNeedToUpdate = (mLastCongestionNotifyTimeUs + kMinOneSecondNotifyDelayUs <= nowUs); in notifyCongestionToUpperLayerIfNeeded()
1311 else if (mLastEarlyNotifyTimeUs + kMinOneSecondNotifyDelayUs <= nowUs) { in checkRxBitrate()