Searched refs:bandwidth_ (Results 1 – 9 of 9) sorted by relevance
51 bandwidth_ = 0; in DashSegment()63 bandwidth_ = srcSegment.bandwidth_; in DashSegment()78 bandwidth_ = srcSegment.bandwidth_;92 unsigned int bandwidth_; member157 bandwidth_ = desc.bandwidth_; in DashStreamDescription()177 bandwidth_ = desc.bandwidth_;200 unsigned int bandwidth_ = 0; member
49 bandwidth_ = 0; in DashBufferSegment()65 bandwidth_ = srcSegment.bandwidth_; in DashBufferSegment()84 bandwidth_ = srcSegment.bandwidth_;104 bandwidth_ = dashSegment->bandwidth_; in DashBufferSegment()120 unsigned int bandwidth_; member
142 segment->bandwidth_ = streamDesc->bandwidth_; in AddOneSegment()309 (stream->bandwidth_ - param.bitrate_) : (param.bitrate_ - stream->bandwidth_); in GetNextVideoStream()737 srcSegment.bandwidth_ = currentDownloadStream_->bandwidth_; in BuildDashSegment()861 item->bandwidth_ > 0 && in GetBitRatesByHdr()1137 streamDesc.bandwidth_ = (*it)->bandwidth_; in GetStreamDescriptions()1192 (initResolution_ == 0 && choosedStream->bandwidth_ > currentStream->bandwidth_) || in IsChoosedVideoStream()1209 … || (currentDelta == choosedDelta && currentStream->bandwidth_ < choosedStream->bandwidth_); in IsNearToInitResolution()1259 (initResolution_ == 0 && backupStream->bandwidth_ > stream->bandwidth_)) { in ChooseStreamToPlay()1457 streamDesc->bandwidth_); in GetSegmentsWithSegTemplate()1736 srcSegment.bandwidth_ = streamDesc->bandwidth_; in GetSegmentsWithSegList()[all …]
290 SelectBitRate(streamDesc->bandwidth_); in SelectStream()640 uint32_t curBitrate = stream->bandwidth_; in GetNextBitrate()
79 segmentSp->bandwidth_ = 1024;104 segmentSp->bandwidth_ = 1024;136 segmentSp->bandwidth_ = 1024;160 segmentSp->bandwidth_ = 1024;206 segmentSp->bandwidth_ = 1024;242 segmentSp->bandwidth_ = 1024;292 segmentSp->bandwidth_ = 1024;306 segmentSp->bandwidth_ = 1024;326 segmentSp->bandwidth_ = 1024;349 segmentSp->bandwidth_ = 1024;[all …]
180 if (bitrate != stream->bandwidth_) {
27 return x->bandwidth_ < y->bandwidth_; in SortByBitrate()148 bandwidths.push_back((*curRep)->bandwidth_); in GetBandwidths()177 if ((*it)->bandwidth_ == bandwidth) { in GetRepresentationByBandwidth()
682 representationNode->GetAttr("bandwidth", representationInfo->bandwidth_); in GetRepresentationAttr()
118 uint32_t bandwidth_{0};