Home
last modified time | relevance | path

Searched refs:IsChoosedVideoStream (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.h159 bool IsChoosedVideoStream(const std::shared_ptr<DashStreamDescription> &choosedStream,
H A Ddash_mpd_downloader.cpp1188 bool DashMpdDownloader::IsChoosedVideoStream(const std::shared_ptr<DashStreamDescription> &choosedS… in IsChoosedVideoStream() function in OHOS::Media::Plugins::HttpPlugin::DashMpdDownloader
1267 if (IsChoosedVideoStream(choosedStream, stream)) { in ChooseStreamToPlay()