Searched refs:currentStream (Results 1 – 4 of 4) sorted by relevance
317 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> ¤tStream) in IsChoosedVideoStream() argument1193 IsNearToInitResolution(choosedStream, currentStream)) { in IsChoosedVideoStream()1200 const std::shared_ptr<DashStreamDescription> ¤tStream) in IsNearToInitResolution() argument[all …]
160 const std::shared_ptr<DashStreamDescription> ¤tStream);162 const std::shared_ptr<DashStreamDescription> ¤tStream);
548 const std::shared_ptr<M3U8VariantStream> ¤tStream) in IsNearToInitResolution() argument550 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()
155 const std::shared_ptr<M3U8VariantStream> ¤tStream);