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

  /frameworks/av/media/libstagefright/
NuCachedSource2.cpp 197 mHighwaterThresholdBytes(kDefaultHighWaterThreshold),
408 if (mFetching && mCache->totalSize() >= mHighwaterThresholdBytes) {
580 CHECK_LE(size, (size_t)mHighwaterThresholdBytes);
704 mHighwaterThresholdBytes = highwaterMarkKb * 1024;
706 mHighwaterThresholdBytes = kDefaultHighWaterThreshold;
709 if (mLowwaterThresholdBytes >= mHighwaterThresholdBytes) {
713 mHighwaterThresholdBytes = kDefaultHighWaterThreshold;
724 mHighwaterThresholdBytes,
  /frameworks/av/media/libstagefright/include/
NuCachedSource2.h 113 size_t mHighwaterThresholdBytes;

Completed in 1249 milliseconds