OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLowwaterThresholdBytes
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/include/
NuCachedSource2.h
111
size_t
mLowwaterThresholdBytes
;
/frameworks/av/media/libstagefright/
NuCachedSource2.cpp
195
mLowwaterThresholdBytes
(kDefaultLowWaterThreshold),
443
>=
mLowwaterThresholdBytes
) {
651
mLowwaterThresholdBytes
= lowwaterMarkKb * 1024;
653
mLowwaterThresholdBytes
= kDefaultLowWaterThreshold;
662
if (
mLowwaterThresholdBytes
>= mHighwaterThresholdBytes) {
665
mLowwaterThresholdBytes
= kDefaultLowWaterThreshold;
676
mLowwaterThresholdBytes
,
Completed in 130 milliseconds