Home
last modified time | relevance | path

Searched refs:SetCurrentBitRate (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_segment_downloader_unit_test.cpp358 segmentDownloaderSp->SetCurrentBitRate(1048576);
414 segmentDownloaderSp->SetCurrentBitRate(1048576);
453 segmentDownloaderSp->SetCurrentBitRate(1048576000);
491 segmentDownloaderSp->SetCurrentBitRate(1048576);
H A Ddash_media_downloader_unit_test.cpp123 Status status = g_mediaDownloader->SetCurrentBitRate(1, 0);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/http_source_test/
H A Dhttp_media_downloader_unit_test.cpp352 httpMediaDownloader->SetCurrentBitRate(-1, 0);
353 httpMediaDownloader->SetCurrentBitRate(1000, 0);
429 httpMediaDownloader->SetCurrentBitRate(-1, 0);
430 httpMediaDownloader->SetCurrentBitRate(1000, 0);
H A Dhttp_source_plugin_unit_test.cpp175 httpSourcePlugin->SetCurrentBitRate(10, 0);
188 httpSourcePlugin->SetCurrentBitRate(10, 0);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp364 Status DownloadMonitor::SetCurrentBitRate(int32_t bitRate, int32_t streamID) in SetCurrentBitRate() function in OHOS::Media::Plugins::HttpPlugin::DownloadMonitor
371 return downloader_->SetCurrentBitRate(bitRate, streamID); in SetCurrentBitRate()
H A Ddownload_monitor.h71 Status SetCurrentBitRate(int32_t bitRate, int32_t streamID) override;
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H A Dmedia_downloader.h106 virtual Status SetCurrentBitRate(int32_t bitRate, int32_t streamID) in SetCurrentBitRate() function
H A Dhttp_source_plugin.h60 Status SetCurrentBitRate(int32_t bitRate, int32_t streamID) override;
H A Dhttp_source_plugin.cpp430 Status HttpSourcePlugin::SetCurrentBitRate(int32_t bitRate, int32_t streamID) in SetCurrentBitRate() function in OHOS::Media::Plugins::HttpPlugin::HttpSourcePlugin
437 return downloader_->SetCurrentBitRate(bitRate, streamID); in SetCurrentBitRate()
/ohos5.0/foundation/multimedia/av_codec/interfaces/plugin/
H A Dsource_plugin.h210 virtual Status SetCurrentBitRate(int32_t bitRate, int32_t streamID) in SetCurrentBitRate() function
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/source/
H A Dsource.h98 Status SetCurrentBitRate(int32_t bitRate, int32_t streamID);
H A Dsource.cpp182 Status Source::SetCurrentBitRate(int32_t bitRate, int32_t streamID) in SetCurrentBitRate() function in OHOS::Media::Source
189 return plugin_->SetCurrentBitRate(bitRate, streamID); in SetCurrentBitRate()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Dfile_fd_source_plugin.h53 Status SetCurrentBitRate(int32_t bitRate, int32_t streamID) override;
H A Dfile_fd_source_plugin.cpp557 Status FileFdSourcePlugin::SetCurrentBitRate(int32_t bitRate, int32_t streamID) in SetCurrentBitRate() function in OHOS::Media::Plugins::FileFdSource::FileFdSourcePlugin
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.h66 Status SetCurrentBitRate(int32_t bitRate, int32_t streamID) override;
H A Ddash_segment_downloader.h154 void SetCurrentBitRate(int32_t bitRate);
H A Ddash_media_downloader.cpp1064 Status DashMediaDownloader::SetCurrentBitRate(int32_t bitRate, int32_t streamID) in SetCurrentBitRate() function in OHOS::Media::Plugins::HttpPlugin::DashMediaDownloader
1069 segmentDownloader->SetCurrentBitRate(bitRate); in SetCurrentBitRate()
H A Ddash_segment_downloader.cpp591 void DashSegmentDownloader::SetCurrentBitRate(int32_t bitRate) in SetCurrentBitRate() function in OHOS::Media::Plugins::HttpPlugin::DashSegmentDownloader
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.h69 Status SetCurrentBitRate(int32_t bitRate, int32_t streamID) override;
H A Dhttp_media_downloader.cpp1170 Status HttpMediaDownloader::SetCurrentBitRate(int32_t bitRate, int32_t streamID) in SetCurrentBitRate() function in OHOS::Media::Plugins::HttpPlugin::HttpMediaDownloader
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.h98 Status SetCurrentBitRate(int32_t bitRate, int32_t streamID) override;
H A Dhls_media_downloader.cpp1470 Status HlsMediaDownloader::SetCurrentBitRate(int32_t bitRate, int32_t streamID) in SetCurrentBitRate() function in OHOS::Media::Plugins::HttpPlugin::HlsMediaDownloader
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_media_downloader_unit_test.cpp373 downloader->SetCurrentBitRate(-1, 0);
375 downloader->SetCurrentBitRate(10, 0);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.cpp612 source_->SetCurrentBitRate(bitRate, streamId); in InnerPrepare()
624 source_->SetCurrentBitRate(bitRate, streamId); in InnerPrepare()