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

/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp195 mLowwaterThresholdBytes(kDefaultLowWaterThreshold),
443 >= mLowwaterThresholdBytes) {
651 mLowwaterThresholdBytes = lowwaterMarkKb * 1024;
653 mLowwaterThresholdBytes = kDefaultLowWaterThreshold;
662 if (mLowwaterThresholdBytes >= mHighwaterThresholdBytes) {
665 mLowwaterThresholdBytes = kDefaultLowWaterThreshold;
676 mLowwaterThresholdBytes,
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h111 size_t mLowwaterThresholdBytes; member in struct:android::NuCachedSource2

Completed in 24 milliseconds