Searched refs:DashUrlType (Results 1 – 13 of 13) sorted by relevance
22 DashUrlType *CloneUrlType(const DashUrlType *srcUrlType) in CloneUrlType()28 DashUrlType *dstUrlType = new (std::nothrow) DashUrlType; in CloneUrlType()
99 initSegment_ = new DashUrlType; in ParseInitSegmentBySegTmplt()110 DashUrlType *DashRepresentationManager::GetInitSegment(int32_t &flag) in GetInitSegment()
110 initSegment_ = new DashUrlType; in ParseInitSegmentBySegTmplt()153 DashUrlType *DashAdptSetManager::GetInitSegment(int32_t &flag) in GetInitSegment()
220 initSegment_ = new DashUrlType; in ParseInitSegmentBySegTmplt()268 DashUrlType *DashPeriodManager::GetInitSegment(int32_t &flag) in GetInitSegment()
930 DashUrlType **urlTypeInfo) in ParseUrlType()942 DashUrlType *urlType = new (std::nothrow) DashUrlType; in ParseUrlType()
25 DashUrlType *CloneUrlType(const DashUrlType *srcUrlType);
55 struct DashUrlType { struct66 DashUrlType *initialization_{nullptr}; argument67 DashUrlType *representationIndex_{nullptr};74 DashUrlType *bitstreamSwitching_{nullptr};
34 DashUrlType *GetInitSegment(int32_t &segTmpltFlag);47 DashUrlType *initSegment_{nullptr};
35 DashUrlType *GetInitSegment(int32_t &flag);55 DashUrlType *initSegment_{nullptr};
38 DashUrlType *GetInitSegment(int32_t &flag);61 DashUrlType *initSegment_{nullptr};
69 DashUrlType **urlTypeInfo);
214 …void UpdateInitSegUrl(std::shared_ptr<DashStreamDescription> streamDesc, const DashUrlType *urlTyp…
1888 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()