Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_segment_downloader.cpp200 uint32_t maxReadLength = GetMaxReadLength(wantReadLength, currentSegment, currentStreamId); in Read() local
201 realReadLength = buffer_->ReadBuffer(buff, maxReadLength, DEFAULT_WAIT_TIME); in Read()
220 uint32_t maxReadLength = wantReadLength; in GetMaxReadLength() local
224 maxReadLength = availableSize; in GetMaxReadLength()
227 maxReadLength = maxReadLength > wantReadLength ? wantReadLength : maxReadLength; in GetMaxReadLength()
229 …adLength:" PUBLIC_LOG_U32, currentStreamId, buffer_->GetHead(), buffer_->GetTail(), maxReadLength); in GetMaxReadLength()
230 return maxReadLength; in GetMaxReadLength()