Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp72 static const int64_t kMaxBandwidthHistoryAgeUs = 60000000LL; // 60 sec member
130 if (nowUs - it->mTimestampUs < kMaxBandwidthHistoryAgeUs && in addBandwidthMeasurement()