Home
last modified time | relevance | path

Searched refs:DashUrlType (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_manager_util.cpp22 DashUrlType *CloneUrlType(const DashUrlType *srcUrlType) in CloneUrlType()
28 DashUrlType *dstUrlType = new (std::nothrow) DashUrlType; in CloneUrlType()
H A Ddash_representation_manager.cpp99 initSegment_ = new DashUrlType; in ParseInitSegmentBySegTmplt()
110 DashUrlType *DashRepresentationManager::GetInitSegment(int32_t &flag) in GetInitSegment()
H A Ddash_adpt_set_manager.cpp110 initSegment_ = new DashUrlType; in ParseInitSegmentBySegTmplt()
153 DashUrlType *DashAdptSetManager::GetInitSegment(int32_t &flag) in GetInitSegment()
H A Ddash_period_manager.cpp220 initSegment_ = new DashUrlType; in ParseInitSegmentBySegTmplt()
268 DashUrlType *DashPeriodManager::GetInitSegment(int32_t &flag) in GetInitSegment()
H A Ddash_mpd_parser.cpp930 DashUrlType **urlTypeInfo) in ParseUrlType()
942 DashUrlType *urlType = new (std::nothrow) DashUrlType; in ParseUrlType()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_manager_util.h25 DashUrlType *CloneUrlType(const DashUrlType *srcUrlType);
H A Ddash_mpd_def.h55 struct DashUrlType { struct
66 DashUrlType *initialization_{nullptr}; argument
67 DashUrlType *representationIndex_{nullptr};
74 DashUrlType *bitstreamSwitching_{nullptr};
H A Ddash_representation_manager.h34 DashUrlType *GetInitSegment(int32_t &segTmpltFlag);
47 DashUrlType *initSegment_{nullptr};
H A Ddash_adpt_set_manager.h35 DashUrlType *GetInitSegment(int32_t &flag);
55 DashUrlType *initSegment_{nullptr};
H A Ddash_period_manager.h38 DashUrlType *GetInitSegment(int32_t &flag);
61 DashUrlType *initSegment_{nullptr};
H A Ddash_mpd_parser.h69 DashUrlType **urlTypeInfo);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.h214 …void UpdateInitSegUrl(std::shared_ptr<DashStreamDescription> streamDesc, const DashUrlType *urlTyp…
H A Ddash_mpd_downloader.cpp1888 DashUrlType *initSegment = periodManager_->GetInitSegment(segTmpltFlag); in GetInitSegFromPeriod()
1905 DashUrlType *initSegment = adptSetManager_->GetInitSegment(segTmpltFlag); in GetInitSegFromAdptSet()
1921 DashUrlType *initSegment = representationManager_->GetInitSegment(segTmpltFlag); in GetInitSegFromRepresentation()
1967 …er::UpdateInitSegUrl(std::shared_ptr<DashStreamDescription> streamDesc, const DashUrlType *urlType, in UpdateInitSegUrl()