Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_segment_downloader.h190 …uint32_t GetMaxReadLength(uint32_t wantReadLength, const std::shared_ptr<DashBufferSegment> &curre…
H A Ddash_segment_downloader.cpp200 uint32_t maxReadLength = GetMaxReadLength(wantReadLength, currentSegment, currentStreamId); in Read()
216 uint32_t DashSegmentDownloader::GetMaxReadLength(uint32_t wantReadLength, in GetMaxReadLength() function in OHOS::Media::Plugins::HttpPlugin::DashSegmentDownloader