Home
last modified time | relevance | path

Searched refs:bandwidth_ (Results 1 - 11 of 11) sorted by relevance

/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_common.h51 bandwidth_ = 0; in DashSegment()
63 bandwidth_ = srcSegment.bandwidth_; in DashSegment()
78 bandwidth_ = srcSegment.bandwidth_; in operator =()
92 unsigned int bandwidth_; member
157 bandwidth_ = desc.bandwidth_; in DashStreamDescription()
177 bandwidth_ = desc.bandwidth_; in operator =()
200 unsigned int bandwidth_ = 0; global() member
[all...]
H A Ddash_segment_downloader.h49 bandwidth_ = 0; in DashBufferSegment()
65 bandwidth_ = srcSegment.bandwidth_; in DashBufferSegment()
84 bandwidth_ = srcSegment.bandwidth_; in operator =()
104 bandwidth_ = dashSegment->bandwidth_; in DashBufferSegment()
120 unsigned int bandwidth_; member
H A Ddash_mpd_downloader.cpp141 segment->bandwidth_ = streamDesc->bandwidth_; in AddOneSegment()
305 if (stream->bandwidth_ == param.bitrate_) { in GetNextVideoStream()
308 PUBLIC_LOG_U32, stream->bandwidth_, stream->streamId_, stream->width_); in GetNextVideoStream()
327 PUBLIC_LOG_U32 ", seq:" PUBLIC_LOG_D64, destStream->bandwidth_, destStream->startNumberSeq_, in GetNextVideoStream()
328 currentStream->bandwidth_, currentStream->startNumberSeq_); in GetNextVideoStream()
736 srcSegment.bandwidth_ = currentDownloadStream_->bandwidth_; in BuildDashSegment()
848 if (item->type_ == MediaAVCodec::MediaType::MEDIA_TYPE_VID && item->bandwidth_ > 0) { in GetBitRates()
849 bitRates.push_back(item->bandwidth_); in GetBitRates()
[all...]
H A Ddash_media_downloader.cpp290 SelectBitRate(streamDesc->bandwidth_); in SelectStream()
616 uint32_t curBitrate = stream->bandwidth_; in GetNextBitrate()
/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_segment_downloader_unit_test.cpp79 segmentSp->bandwidth_ = 1024; in HWTEST_F()
104 segmentSp->bandwidth_ = 1024; in HWTEST_F()
136 segmentSp->bandwidth_ = 1024; in HWTEST_F()
160 segmentSp->bandwidth_ = 1024; in HWTEST_F()
206 segmentSp->bandwidth_ = 1024; in HWTEST_F()
242 segmentSp->bandwidth_ = 1024; in HWTEST_F()
292 segmentSp->bandwidth_ = 1024; in HWTEST_F()
306 segmentSp->bandwidth_ = 1024; in HWTEST_F()
325 segmentSp->bandwidth_ = 1024; in HWTEST_F()
348 segmentSp->bandwidth_ in HWTEST_F()
[all...]
H A Ddash_mpd_downloader_unit_test.cpp126 EXPECT_TRUE(g_mpdDownloader->IsBitrateSame(stream->bandwidth_)); in HWTEST_F()
189 if (bitrate != stream->bandwidth_) { in HWTEST_F()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_adpt_set_manager.cpp27 return x->bandwidth_ < y->bandwidth_; in SortByBitrate()
148 bandwidths.push_back((*curRep)->bandwidth_); in GetBandwidths()
177 if ((*it)->bandwidth_ == bandwidth) { in GetRepresentationByBandwidth()
H A Ddash_mpd_parser.cpp682 representationNode->GetAttr("bandwidth", representationInfo->bandwidth_); in GetRepresentationAttr()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_sdp.h120 std::vector<std::string> bandwidth_; // b= member in OHOS::Sharing::MediaDescription
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_def.h118 uint32_t bandwidth_{0};
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_sdp.cpp512 track->bandwidth_.push_back(value);

Completed in 11 milliseconds