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

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

Completed in 87 milliseconds