Home
last modified time | relevance | path

Searched refs:GetCurrentBitRate (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_playlist_downloader.h39 uint64_t GetCurrentBitRate() override;
H A Dplaylist_downloader.h55 virtual uint64_t GetCurrentBitRate() = 0;
H A Dhls_playlist_downloader.cpp299 uint64_t HlsPlayListDownloader::GetCurrentBitRate() in GetCurrentBitRate() function in OHOS::Media::Plugins::HttpPlugin::HlsPlayListDownloader
H A Dhls_media_downloader.cpp1209 uint64_t playingBitrate = playlistDownloader_->GetCurrentBitRate(); in CheckRiseBufferSize()
1226 uint64_t playingBitrate = playlistDownloader_ -> GetCurrentBitRate(); in CheckPulldownBufferSize()
/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_playlist_downloader_unit_test.cpp126 EXPECT_EQ(0, downloader.GetCurrentBitRate()); in HWTEST_F()
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Ddemuxer_plugin_manager.h127 uint32_t GetCurrentBitRate();
H A Dmedia_demuxer.cpp564 targetBitRate_ = demuxerPluginManager_->GetCurrentBitRate(); in InnerPrepare()
1084 if (bitRate == demuxerPluginManager_->GetCurrentBitRate()) { in SelectBitRate()
1757 if (trackId == videoTrackId_ && demuxerPluginManager_->GetCurrentBitRate() != targetBitRate_) { in HandleDashChangeStream()
1761 if (targetBitRate_ == demuxerPluginManager_->GetCurrentBitRate()) { in HandleDashChangeStream()
1769 targetBitRate_ = demuxerPluginManager_->GetCurrentBitRate(); in HandleDashChangeStream()
2113 && (targetBitRate_ == demuxerPluginManager_->GetCurrentBitRate()); in CanAutoSelectBitRate()
H A Ddemuxer_plugin_manager.cpp747 uint32_t DemuxerPluginManager::GetCurrentBitRate() in GetCurrentBitRate() function in OHOS::Media::DemuxerPluginManager

Completed in 11 milliseconds