Home
last modified time | relevance | path

Searched refs:segBaseInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp433 if (segBaseInfo == nullptr) { in ParseSegmentBase()
468 *segBaseInfo = segBase; in ParseSegmentBase()
1138 if (segBaseInfo != nullptr) { in FreeSegmentBase()
1139 ClearSegmentBase(segBaseInfo); in FreeSegmentBase()
1141 delete segBaseInfo; in FreeSegmentBase()
1227 if (segBaseInfo != nullptr) { in ClearSegmentBase()
1228 if (segBaseInfo->initialization_ != nullptr) { in ClearSegmentBase()
1229 delete segBaseInfo->initialization_; in ClearSegmentBase()
1230 segBaseInfo->initialization_ = nullptr; in ClearSegmentBase()
1234 delete segBaseInfo->representationIndex_; in ClearSegmentBase()
[all …]
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_parser.h58 DashSegBaseInfo **segBaseInfo);
85 void FreeSegmentBase(DashSegBaseInfo *segBaseInfo) const;
91 void ClearSegmentBase(DashSegBaseInfo *segBaseInfo) const;