Searched refs:IsNearToInitResolution (Results 1 – 4 of 4) sorted by relevance
154 bool IsNearToInitResolution(const std::shared_ptr<M3U8VariantStream> &choosedStream,
539 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
161 bool IsNearToInitResolution(const std::shared_ptr<DashStreamDescription> &choosedStream,
1193 IsNearToInitResolution(choosedStream, currentStream)) { in IsChoosedVideoStream()1199 bool DashMpdDownloader::IsNearToInitResolution(const std::shared_ptr<DashStreamDescription> &choose… in IsNearToInitResolution() function in OHOS::Media::Plugins::HttpPlugin::DashMpdDownloader1258 if (backupStream == nullptr || IsNearToInitResolution(backupStream, stream) || in ChooseStreamToPlay()