Searched refs:mHighwaterThresholdBytes (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp197 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/
H A DNuCachedSource2.h113 size_t mHighwaterThresholdBytes; member in struct:android::NuCachedSource2

Completed in 262 milliseconds