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/base/media/libstagefright/include/
NuCachedSource2.h
111
size_t
mLowwaterThresholdBytes
;
/frameworks/base/media/libstagefright/
NuCachedSource2.cpp
195
mLowwaterThresholdBytes
(kDefaultLowWaterThreshold),
434
>=
mLowwaterThresholdBytes
) {
642
mLowwaterThresholdBytes
= lowwaterMarkKb * 1024;
644
mLowwaterThresholdBytes
= kDefaultLowWaterThreshold;
653
if (
mLowwaterThresholdBytes
>= mHighwaterThresholdBytes) {
656
mLowwaterThresholdBytes
= kDefaultLowWaterThreshold;
667
mLowwaterThresholdBytes
,
Completed in 13 milliseconds