Home
last modified time | relevance | path

Searched refs:dashMpdInfo_ (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.cpp1093 mpdInfo = &dashMpdInfo_; in GetMPD()
1111 dashMpdInfo_.baseUrl_.pop_front(); in Clear()
1116 dashMpdInfo_.minimumUpdatePeriod_ = 0; in Clear()
1117 dashMpdInfo_.minBufferTime_ = 0; in Clear()
1118 dashMpdInfo_.timeShiftBufferDepth_ = 0; in Clear()
1120 dashMpdInfo_.maxSegmentDuration_ = 0; in Clear()
1123 dashMpdInfo_.availabilityEndTime_ = 0; in Clear()
1124 dashMpdInfo_.hwDefaultViewIndex_ = 0; in Clear()
1125 dashMpdInfo_.hwTotalViewNumber_ = 0; in Clear()
1126 dashMpdInfo_.profile_ = ""; in Clear()
[all …]
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_parser.h155 DashMpdInfo dashMpdInfo_; variable