Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp57 struct LiveSession::BandwidthEstimator : public RefBase { struct in android::LiveSession
68 static const int32_t kShortTermBandwidthItems = 3;
69 static const int32_t kMinBandwidthHistoryItems = 20;
70 static const int64_t kMinBandwidthHistoryWindowUs = 5000000LL; // 5 sec
71 static const int64_t kMaxBandwidthHistoryWindowUs = 30000000LL; // 30 sec
72 static const int64_t kMaxBandwidthHistoryAgeUs = 60000000LL; // 60 sec
74 struct BandwidthEntry {
80 Mutex mLock;
81 List<BandwidthEntry> mBandwidthHistory;
82 List<int32_t> mPrevEstimates;
[all …]