Home
last modified time | relevance | path

Searched refs:DASH_TYPE_STATIC (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_def.h33 enum class DashType { DASH_TYPE_STATIC, DASH_TYPE_DYNAMIC }; enumerator
187 DashType type_{DashType::DASH_TYPE_STATIC};
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp753 … (lastSegment != nullptr && mpdInfo_ != nullptr && mpdInfo_->type_ == DashType::DASH_TYPE_STATIC) { in BuildDashSegment()
842 … return mpdInfo_->type_ == DashType::DASH_TYPE_STATIC ? Seekable::SEEKABLE : Seekable::UNSEEKABLE; in GetSeekable()
1341 … (lastSegment != nullptr && mpdInfo_ != nullptr && mpdInfo_->type_ == DashType::DASH_TYPE_STATIC) { in GetSegmentsInMpd()
1462 if (mpdInfo_->type_ == DashType::DASH_TYPE_STATIC) { in GetSegmentsWithSegTemplate()
1783 mpdInfo_->type_ == DashType::DASH_TYPE_STATIC) { in GetSegDurationFromTimeline()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp980 dashMpdInfo_.type_ = DashType::DASH_TYPE_STATIC; in GetMpdAttr()
1114 dashMpdInfo_.type_ = DashType::DASH_TYPE_STATIC; in Clear()