Home
last modified time | relevance | path

Searched refs:lang_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_common.h164 lang_ = desc.lang_; in DashStreamDescription()
184 lang_ = desc.lang_;
203 std::string lang_ {};
H A Ddash_mpd_downloader.cpp362 stream->streamId_, stream->lang_.c_str()); in GetNextTrackStream()
398 … PUBLIC_LOG_U32, currentStream->lang_.c_str(), destStream->lang_.c_str(), param.nextSegTime_); in GetNextTrackStream()
1088 streamDesc.lang_ = adptSetInfo->lang_; in GetStreamsInfoInAdptSet()
1250 if (!IsLangMatch(stream->lang_, type)) { in ChooseStreamToPlay()
2018 … streamDescriptions_[index]->streamId_, streamDescriptions_[index]->lang_.c_str()); in GetStreamInfo()
2026 … streamDescriptions_[index]->streamId_, streamDescriptions_[index]->lang_.c_str()); in GetStreamInfo()
2037 info.lang = streamDescriptions_[index]->lang_; in GetStreamInfo()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_def.h132 std::string lang_; member
152 std::string lang_; member
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dm3u8.h91 std::string lang_; member
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dm3u8.h125 std::string lang_; member
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp237 adptSetNode->GetAttr("lang", adptSetInfo->lang_); in GetAdaptationSetAttr()
419 contentCompNode->GetAttr("lang", contentCompInfo->lang_); in ParseContentComponent()