Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp68 static const int32_t kShortTermBandwidthItems = 3;
74 struct BandwidthEntry {
80 Mutex mLock;
81 List<BandwidthEntry> mBandwidthHistory;
82 List<int32_t> mPrevEstimates;
83 int32_t mShortTermEstimate;
84 bool mHasNewSample;
85 bool mIsStable;
86 int64_t mTotalTransferTimeUs;
87 size_t mTotalTransferBytes;
[all …]