Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp317 currentStream = stream; in GetNextVideoStream()
321 if (destStream == nullptr || currentStream == nullptr) { in GetNextVideoStream()
326 currentStream->inUse_ = false; in GetNextVideoStream()
366 currentStream = stream; in GetNextTrackStream()
370 if (destStream == nullptr || currentStream == nullptr) { in GetNextTrackStream()
375 currentStream->inUse_ = false; in GetNextTrackStream()
381 currentStream->streamId_, currentStream->startNumberSeq_); in GetNextTrackStream()
1189 const std::shared_ptr<DashStreamDescription> &currentStream) in IsChoosedVideoStream() argument
1193 IsNearToInitResolution(choosedStream, currentStream)) { in IsChoosedVideoStream()
1200 const std::shared_ptr<DashStreamDescription> &currentStream) in IsNearToInitResolution() argument
[all …]
H A Ddash_mpd_downloader.h160 const std::shared_ptr<DashStreamDescription> &currentStream);
162 const std::shared_ptr<DashStreamDescription> &currentStream);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dm3u8.cpp548 const std::shared_ptr<M3U8VariantStream> &currentStream) in IsNearToInitResolution() argument
550 if (choosedStream == nullptr || currentStream == nullptr || initResolution_ == 0) { in IsNearToInitResolution()
555 uint32_t currentDelta = GetResolutionDelta(currentStream->width_, currentStream->height_); in IsNearToInitResolution()
557 … || (currentDelta == choosedDelta && currentStream->bandWidth_ < choosedStream->bandWidth_); in IsNearToInitResolution()
H A Dm3u8.h155 const std::shared_ptr<M3U8VariantStream> &currentStream);