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

/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp198 mLowwaterThresholdBytes(kDefaultLowWaterThreshold),
482 >= mLowwaterThresholdBytes) {
698 mLowwaterThresholdBytes = lowwaterMarkKb * 1024;
700 mLowwaterThresholdBytes = kDefaultLowWaterThreshold;
709 if (mLowwaterThresholdBytes >= mHighwaterThresholdBytes) {
712 mLowwaterThresholdBytes = kDefaultLowWaterThreshold;
723 mLowwaterThresholdBytes,
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h114 size_t mLowwaterThresholdBytes; member in struct:android::NuCachedSource2

Completed in 46 milliseconds