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

  /frameworks/av/media/libstagefright/include/
NuCachedSource2.h 111 size_t mLowwaterThresholdBytes;
  /frameworks/av/media/libstagefright/
NuCachedSource2.cpp 195 mLowwaterThresholdBytes(kDefaultLowWaterThreshold),
443 >= mLowwaterThresholdBytes) {
651 mLowwaterThresholdBytes = lowwaterMarkKb * 1024;
653 mLowwaterThresholdBytes = kDefaultLowWaterThreshold;
662 if (mLowwaterThresholdBytes >= mHighwaterThresholdBytes) {
665 mLowwaterThresholdBytes = kDefaultLowWaterThreshold;
676 mLowwaterThresholdBytes,

Completed in 130 milliseconds