Home
last modified time | relevance | path

Searched refs:segmentIndex (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_mpd_downloader.cpp235 int64_t segmentIndex = (streamDescription->currentNumberSeq_ == -1) ? 0 : in GetNextSegmentByStreamId() local
238 … PUBLIC_LOG_D64, segmentIndex, streamDescription->streamId_, streamDescription->currentNumberSeq_); in GetNextSegmentByStreamId()
239 … if (segmentIndex >= 0 && (unsigned int) segmentIndex < streamDescription->mediaSegments_.size()) { in GetNextSegmentByStreamId()
240 seg = streamDescription->mediaSegments_[segmentIndex]; in GetNextSegmentByStreamId()