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

/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp194 mHighwaterThresholdBytes(kDefaultHighWaterThreshold),
373 if (mFetching && mCache->totalSize() >= mHighwaterThresholdBytes) {
533 CHECK_LE(size, (size_t)mHighwaterThresholdBytes);
657 mHighwaterThresholdBytes = highwaterMarkKb * 1024;
659 mHighwaterThresholdBytes = kDefaultHighWaterThreshold;
662 if (mLowwaterThresholdBytes >= mHighwaterThresholdBytes) {
666 mHighwaterThresholdBytes = kDefaultHighWaterThreshold;
677 mHighwaterThresholdBytes,
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h110 size_t mHighwaterThresholdBytes; member in struct:android::NuCachedSource2

Completed in 287 milliseconds