Home
last modified time | relevance | path

Searched refs:isPreParse (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_playlist_downloader.cpp157 void HlsPlayListDownloader::ParseManifest(const std::string& location, bool isPreParse) in ParseManifest() argument
172 isParseFinished_ = isPreParse ? false : true; in ParseManifest()
176 UpdateMasterAndNotifyList(isPreParse); in ParseManifest()
185 void HlsPlayListDownloader::UpdateMasterAndNotifyList(bool isPreParse) in UpdateMasterAndNotifyList() argument
202 UpdateMasterInfo(isPreParse); in UpdateMasterAndNotifyList()
210 void HlsPlayListDownloader::UpdateMasterInfo(bool isPreParse) in UpdateMasterInfo() argument
216 isParseFinished_ = isPreParse ? false : true; in UpdateMasterInfo()
H A Dhls_playlist_downloader.h33 void ParseManifest(const std::string& location, bool isPreParse = false) override;
59 void UpdateMasterInfo(bool isPreParse);
60 void UpdateMasterAndNotifyList(bool isPreParse);
H A Dplaylist_downloader.h49 virtual void ParseManifest(const std::string& location, bool isPreParse = false) = 0;
H A Dplaylist_downloader.cpp246 void PlayListDownloader::ParseManifest(const std::string& location, bool isPreParse) in ParseManifest() argument