Searched refs:mCacheFillNotifThreshold (Results 1 – 4 of 4) sorted by relevance
192 int16_t mCacheFillNotifThreshold; // threshold in cache fill level for cache fill to be reported variable
39 mCacheFillNotifThreshold(100), in GenericPlayer()509 mCacheFillNotifThreshold = (int16_t)thresholdPercent; in onSetBufferingUpdateThreshold()
491 if (mCacheFill - mLastNotifiedCacheFill >= mCacheFillNotifThreshold) { in onBufferingUpdate()
751 if (abs(mCacheFill - mLastNotifiedCacheFill) > mCacheFillNotifThreshold) { in getCacheRemaining()