Home
last modified time | relevance | path

Searched refs:master_ (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_playlist_downloader.cpp42 master_ = nullptr; in Open()
90 if (!master_) { in GetDuration()
93 return master_->bLive_ ? -1 : ((int64_t)(master_->duration_ * HST_SECOND) / HST_NSECOND); // -1 in GetDuration()
98 // need wait master_ not null in GetSeekable()
101 if (master_ && master_->isSimple_ && isParseFinished_) { in GetSeekable()
110 return master_->bLive_ ? Seekable::UNSEEKABLE : Seekable::SEEKABLE; in GetSeekable()
131 if (master_ != nullptr) { in NotifyListChange()
132 callback_->OnSourceKeyChange(master_ in NotifyListChange()
[all...]
H A Dhls_playlist_downloader.h63 std::shared_ptr<M3U8MasterPlaylist> master_; member in OHOS::Media::Plugins::HttpPlugin::HlsPlayListDownloader
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_playlist_downloader.cpp38 master_ = nullptr; in Open()
58 if (!master_) { in GetDuration()
62 Plugin::Sec2HstTime(master_->duration_, hstTime); in GetDuration()
63 return master_->bLive_ ? -1.0 : (Plugin::HstTime2Ns(hstTime)); // -1.0 in GetDuration()
69 // need wait master_ not null in GetSeekable()
71 if (master_ && master_->isSimple_) { in GetSeekable()
76 return master_->bLive_ ? Seekable::UNSEEKABLE : Seekable::SEEKABLE; in GetSeekable()
95 if (!master_) { in ParseManifest()
96 master_ in ParseManifest()
[all...]
H A Dhls_playlist_downloader.h46 std::shared_ptr<M3U8MasterPlaylist> master_; member in OHOS::Media::Plugin::HttpPlugin::HlsPlayListDownloader

Completed in 2 milliseconds