Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dm3u8.h154 bool IsNearToInitResolution(const std::shared_ptr<M3U8VariantStream> &choosedStream,
H A Dm3u8.cpp539 if (IsNearToInitResolution(defaultVariant_, variant)) { in ChooseStreamByResolution()
547 bool M3U8MasterPlaylist::IsNearToInitResolution(const std::shared_ptr<M3U8VariantStream> &choosedSt… in IsNearToInitResolution() function in OHOS::Media::Plugins::HttpPlugin::M3U8MasterPlaylist
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.h161 bool IsNearToInitResolution(const std::shared_ptr<DashStreamDescription> &choosedStream,
H A Ddash_mpd_downloader.cpp1193 IsNearToInitResolution(choosedStream, currentStream)) { in IsChoosedVideoStream()
1199 bool DashMpdDownloader::IsNearToInitResolution(const std::shared_ptr<DashStreamDescription> &choose… in IsNearToInitResolution() function in OHOS::Media::Plugins::HttpPlugin::DashMpdDownloader
1258 if (backupStream == nullptr || IsNearToInitResolution(backupStream, stream) || in ChooseStreamToPlay()