Home
last modified time | relevance | path

Searched refs:waterLine (Results 1 - 3 of 3) sorted by relevance

/foundation/systemabilitymgr/samgr/interfaces/innerkits/dynamic_cache/include/
H A Ddynamic_cache.h42 char waterLine[128] = {0}; in QueryResult() local
44 GetParameter(key_.c_str(), defaultValue.c_str(), waterLine, waterLineLength); in QueryResult()
47 if (CanUseCache(querySaId, waterLine, defaultValue)) { in QueryResult()
59 localPara_[key_] = waterLine; in QueryResult()
71 bool CanUseCache(int32_t querySaId, char* waterLine, string defaultValue) in CanUseCache() argument
74 defaultValue != string(waterLine) && string(waterLine) == localPara_[key_] && in CanUseCache()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp1255 size_t waterLine = wantedLength > 0 ? std::max(PLAY_WATER_LINE, wantedLength) : 0; in GetPlayable() local
1256 return waterLine == 0 ? GetBufferSize() > waterLine : GetBufferSize() >= waterLine; in GetPlayable()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.cpp458 size_t waterLine = readDataInfo.wantReadLength_ > 0 ? in ReadDelegate() local
460 if (isFirstFrameArrived_ && GetBufferSize() < waterLine && !CheckBreakCondition()) { in ReadDelegate()
1587 size_t waterLine = wantedLength > 0 ? std::max(PLAY_WATER_LINE, wantedLength) : 0; in GetPlayable() local
1588 return waterLine == 0 ? GetBufferSize() > waterLine : GetBufferSize() >= waterLine; in GetPlayable()

Completed in 6 milliseconds