Home
last modified time | relevance | path

Searched defs:BandwidthEstimator (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp52 struct LiveSession::BandwidthEstimator : public RefBase { struct in android::LiveSession
63 static const int32_t kShortTermBandwidthItems = 3;
64 static const int32_t kMinBandwidthHistoryItems = 20;
65 static const int64_t kMinBandwidthHistoryWindowUs = 5000000ll; // 5 sec
66 static const int64_t kMaxBandwidthHistoryWindowUs = 30000000ll; // 30 sec
67 static const int64_t kMaxBandwidthHistoryAgeUs = 60000000ll; // 60 sec
69 struct BandwidthEntry {
75 Mutex mLock;
76 List<BandwidthEntry> mBandwidthHistory;
77 List<int32_t> mPrevEstimates;
[all …]