Searched refs:SelectSubtitleInternal (Results 1 – 2 of 2) sorted by relevance
89 Status SelectSubtitleInternal(const std::shared_ptr<DashStreamDescription> &streamDesc);
842 return SelectSubtitleInternal(streamDesc); in SelectSubtitle()845 Status DashMediaDownloader::SelectSubtitleInternal(const std::shared_ptr<DashStreamDescription> &st… in SelectSubtitleInternal() function in OHOS::Media::Plugins::HttpPlugin::DashMediaDownloader949 if (streamDesc != nullptr && SelectSubtitleInternal(streamDesc) == Status::OK) { in DoPreparedSwitchSubtitle()