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),
419 if (mFetching && mCache->totalSize() >= mHighwaterThresholdBytes) {
591 CHECK_LE(size, (size_t)mHighwaterThresholdBytes);
722 mHighwaterThresholdBytes = highwaterMarkKb * 1024;
724 mHighwaterThresholdBytes = kDefaultHighWaterThreshold;
727 if (mLowwaterThresholdBytes >= mHighwaterThresholdBytes) {
731 mHighwaterThresholdBytes = kDefaultHighWaterThreshold;
742 mHighwaterThresholdBytes,
  /frameworks/av/media/libstagefright/include/
NuCachedSource2.h 123 size_t mHighwaterThresholdBytes;

Completed in 33 milliseconds