Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_mpd_downloader_unit_test.cpp164 g_mpdDownloader->SetCurrentNumberSeqByStreamId(usingStreamId, 10);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.h136 void SetCurrentNumberSeqByStreamId(int streamId, int64_t numberSeq);
H A Ddash_media_downloader.cpp770 …mpdDownloader_->SetCurrentNumberSeqByStreamId(segmentDownloader->GetStreamId(), segment->numberSeq… in SeekInternal()
H A Ddash_mpd_downloader.cpp447 void DashMpdDownloader::SetCurrentNumberSeqByStreamId(int streamId, int64_t numberSeq) in SetCurrentNumberSeqByStreamId() function in OHOS::Media::Plugins::HttpPlugin::DashMpdDownloader