Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_util.cpp226 std::string firstRange = rangeStr.substr(0, separatePosition); in DashParseRange() local
227 startRange = atoll(firstRange.c_str()); in DashParseRange()