Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
Dandroid_GenericPlayer.h192 int16_t mCacheFillNotifThreshold; // threshold in cache fill level for cache fill to be reported variable
Dandroid_GenericPlayer.cpp39 mCacheFillNotifThreshold(100), in GenericPlayer()
509 mCacheFillNotifThreshold = (int16_t)thresholdPercent; in onSetBufferingUpdateThreshold()
Dandroid_GenericMediaPlayer.cpp491 if (mCacheFill - mLastNotifiedCacheFill >= mCacheFillNotifThreshold) { in onBufferingUpdate()
Dandroid_AudioSfDecoder.cpp751 if (abs(mCacheFill - mLastNotifiedCacheFill) > mCacheFillNotifThreshold) { in getCacheRemaining()