Home
last modified time | relevance | path

Searched refs:SelectSubtitleInternal (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_media_downloader.h89 Status SelectSubtitleInternal(const std::shared_ptr<DashStreamDescription> &streamDesc);
H A Ddash_media_downloader.cpp842 return SelectSubtitleInternal(streamDesc); in SelectSubtitle()
845 Status DashMediaDownloader::SelectSubtitleInternal(const std::shared_ptr<DashStreamDescription> &st… in SelectSubtitleInternal() function in OHOS::Media::Plugins::HttpPlugin::DashMediaDownloader
949 if (streamDesc != nullptr && SelectSubtitleInternal(streamDesc) == Status::OK) { in DoPreparedSwitchSubtitle()