Searched refs:isPreParse (Results 1 – 4 of 4) sorted by relevance
157 void HlsPlayListDownloader::ParseManifest(const std::string& location, bool isPreParse) in ParseManifest() argument172 isParseFinished_ = isPreParse ? false : true; in ParseManifest()176 UpdateMasterAndNotifyList(isPreParse); in ParseManifest()185 void HlsPlayListDownloader::UpdateMasterAndNotifyList(bool isPreParse) in UpdateMasterAndNotifyList() argument202 UpdateMasterInfo(isPreParse); in UpdateMasterAndNotifyList()210 void HlsPlayListDownloader::UpdateMasterInfo(bool isPreParse) in UpdateMasterInfo() argument216 isParseFinished_ = isPreParse ? false : true; in UpdateMasterInfo()
33 void ParseManifest(const std::string& location, bool isPreParse = false) override;59 void UpdateMasterInfo(bool isPreParse);60 void UpdateMasterAndNotifyList(bool isPreParse);
49 virtual void ParseManifest(const std::string& location, bool isPreParse = false) = 0;
246 void PlayListDownloader::ParseManifest(const std::string& location, bool isPreParse) in ParseManifest() argument