Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.h89 int64_t mLastEarlyNotifyTimeUs; member
DARTPConnection.cpp1150 else if (mLastEarlyNotifyTimeUs + 100000ll <= nowUs) { in checkRxBitrate()
1153 mLastEarlyNotifyTimeUs = nowUs; in checkRxBitrate()
1166 mLastEarlyNotifyTimeUs = nowUs + (1000000ll * 3600 * 24); // after 1 day in checkRxBitrate()
1202 mLastEarlyNotifyTimeUs = nowUs; in checkRxBitrate()