HomeSort by relevance Sort by last modified time
    Searched refs:mCacheFillNotifThreshold (Results 1 - 2 of 2) sorted by null

  /system/media/opensles/libopensles/
android_SfPlayer.h 106 void setCacheFillUpdateThreshold(int16_t thr) { mCacheFillNotifThreshold = thr; }
190 int16_t mCacheFillNotifThreshold; // threshold in cache fill level for cache fill to be reported
android_SfPlayer.cpp 48 mCacheFillNotifThreshold(100),
830 if (abs(mCacheFill - mLastNotifiedCacheFill) > mCacheFillNotifThreshold) {

Completed in 40 milliseconds