Searched refs:DashStrToDuration (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/ |
H A D | dash_mpd_parser.cpp | 106 DashStrToDuration(tempStr, periodInfo->start_); in GetPeriodAttr() 109 DashStrToDuration(tempStr, periodInfo->duration_); in GetPeriodAttr() 985 DashStrToDuration(time, dashMpdInfo_.mediaPresentationDuration_); in GetMpdAttr() 988 DashStrToDuration(time, dashMpdInfo_.minimumUpdatePeriod_); in GetMpdAttr() 991 DashStrToDuration(time, dashMpdInfo_.minBufferTime_); in GetMpdAttr() 994 DashStrToDuration(time, dashMpdInfo_.timeShiftBufferDepth_); in GetMpdAttr() 997 DashStrToDuration(time, dashMpdInfo_.suggestedPresentationDelay_); in GetMpdAttr() 1000 DashStrToDuration(time, dashMpdInfo_.maxSegmentDuration_); in GetMpdAttr() 1003 DashStrToDuration(time, dashMpdInfo_.maxSubSegmentDuration_); in GetMpdAttr()
|
H A D | dash_mpd_util.cpp | 146 int32_t DashStrToDuration(const std::string &str, uint32_t &duration) in DashStrToDuration() function
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/ |
H A D | dash_mpd_util.h | 44 int32_t DashStrToDuration(const std::string &str, uint32_t &duration);
|