Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.h133 std::shared_ptr<DashStreamDescription> GetStreamByStreamId(int streamId);
147 void OpenStream(std::shared_ptr<DashStreamDescription> stream);
157 DashStreamDescription &streamDesc);
159 bool IsChoosedVideoStream(const std::shared_ptr<DashStreamDescription> &choosedStream,
160 const std::shared_ptr<DashStreamDescription> &currentStream);
162 const std::shared_ptr<DashStreamDescription> &currentStream);
208 std::shared_ptr<DashStreamDescription> streamDesc);
210 std::shared_ptr<DashStreamDescription> streamDesc);
212 std::shared_ptr<DashStreamDescription> streamDesc);
245 std::vector<std::shared_ptr<DashStreamDescription>> streamDescriptions_;
[all …]
H A Ddash_mpd_downloader.cpp299 std::shared_ptr<DashStreamDescription> currentStream = nullptr; in GetNextVideoStream()
300 std::shared_ptr<DashStreamDescription> destStream = nullptr; in GetNextVideoStream()
352 std::shared_ptr<DashStreamDescription> currentStream = nullptr; in GetNextTrackStream()
353 std::shared_ptr<DashStreamDescription> destStream = nullptr; in GetNextTrackStream()
873 std::shared_ptr<DashStreamDescription> streamDescription; in SeekToTs()
1041 DashStreamDescription streamDesc; in GetStreamsInfoInPeriod()
1050 … std::shared_ptr<DashStreamDescription> desc = std::make_shared<DashStreamDescription>(streamDesc); in GetStreamsInfoInPeriod()
1103 … std::shared_ptr<DashStreamDescription> desc = std::make_shared<DashStreamDescription>(streamDesc); in GetStreamsInfoInAdptSet()
1154 … std::shared_ptr<DashStreamDescription> desc = std::make_shared<DashStreamDescription>(streamDesc); in GetStreamDescriptions()
1189 const std::shared_ptr<DashStreamDescription> &currentStream) in IsChoosedVideoStream()
[all …]
H A Ddash_common.h143 struct DashStreamDescription { struct
144 DashStreamDescription() in DashStreamDescription() function
148 DashStreamDescription(const DashStreamDescription& desc) in DashStreamDescription() argument
167 DashStreamDescription& operator=(const DashStreamDescription& desc)
H A Ddash_media_downloader.h86 Status SelectAudio(const std::shared_ptr<DashStreamDescription> &streamDesc);
87 Status SelectAudioInternal(const std::shared_ptr<DashStreamDescription> &streamDesc);
88 Status SelectSubtitle(const std::shared_ptr<DashStreamDescription> &streamDesc);
89 Status SelectSubtitleInternal(const std::shared_ptr<DashStreamDescription> &streamDesc);
100 void OpenInitSegment(const std::shared_ptr<DashStreamDescription> &streamDesc,
H A Ddash_media_downloader.cpp123 …std::shared_ptr<DashStreamDescription> streamDescription = mpdDownloader_->GetStreamByStreamId(str… in GetSegmentDownloader()
148 … std::shared_ptr<DashStreamDescription> streamDesc = mpdDownloader_->GetStreamByStreamId(streamId); in UpdateDownloadFinished()
279 … std::shared_ptr<DashStreamDescription> streamDesc = mpdDownloader_->GetStreamByStreamId(streamId); in SelectStream()
374 std::shared_ptr<DashStreamDescription> streamDesc = nullptr; in ReceiveMpdStreamInitEvent()
396 … const std::shared_ptr<DashStreamDescription> &streamDesc, const std::shared_ptr<DashSegment> &seg) in OpenInitSegment()
501 …std::shared_ptr<DashStreamDescription> stream = mpdDownloader_->GetStreamByStreamId(downloadStream… in GetSegmentToDownload()
625 std::shared_ptr<DashStreamDescription> stream = mpdDownloader_->GetUsingStreamByType( in GetNextBitrate()
778 Status DashMediaDownloader::SelectAudio(const std::shared_ptr<DashStreamDescription> &streamDesc) in SelectAudio()
831 Status DashMediaDownloader::SelectSubtitle(const std::shared_ptr<DashStreamDescription> &streamDesc) in SelectSubtitle()
928 std::shared_ptr<DashStreamDescription> streamDesc = in DoPreparedSwitchAudio()
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_mpd_downloader_unit_test.cpp165 …std::shared_ptr<DashStreamDescription> stream = g_mpdDownloader->GetStreamByStreamId(usingStreamId…
173 …std::shared_ptr<DashStreamDescription> stream = g_mpdDownloader->GetStreamByStreamId(usingStreamId…
197 std::shared_ptr<DashStreamDescription> audioStream = g_mpdDownloader->GetUsingStreamByType(
219 std::shared_ptr<DashStreamDescription> stream = downloader.GetStreamByStreamId(usingStreamId);