/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/ |
H A D | dash_segment_downloader_unit_test.cpp | 358 segmentDownloaderSp->SetCurrentBitRate(1048576); 414 segmentDownloaderSp->SetCurrentBitRate(1048576); 453 segmentDownloaderSp->SetCurrentBitRate(1048576000); 491 segmentDownloaderSp->SetCurrentBitRate(1048576);
|
H A D | dash_media_downloader_unit_test.cpp | 123 Status status = g_mediaDownloader->SetCurrentBitRate(1, 0);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/http_source_test/ |
H A D | http_media_downloader_unit_test.cpp | 352 httpMediaDownloader->SetCurrentBitRate(-1, 0); 353 httpMediaDownloader->SetCurrentBitRate(1000, 0); 429 httpMediaDownloader->SetCurrentBitRate(-1, 0); 430 httpMediaDownloader->SetCurrentBitRate(1000, 0);
|
H A D | http_source_plugin_unit_test.cpp | 175 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 D | download_monitor.cpp | 364 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 D | download_monitor.h | 71 Status SetCurrentBitRate(int32_t bitRate, int32_t streamID) override;
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/ |
H A D | media_downloader.h | 106 virtual Status SetCurrentBitRate(int32_t bitRate, int32_t streamID) in SetCurrentBitRate() function
|
H A D | http_source_plugin.h | 60 Status SetCurrentBitRate(int32_t bitRate, int32_t streamID) override;
|
H A D | http_source_plugin.cpp | 430 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 D | source_plugin.h | 210 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 D | source.h | 98 Status SetCurrentBitRate(int32_t bitRate, int32_t streamID);
|
H A D | source.cpp | 182 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 D | file_fd_source_plugin.h | 53 Status SetCurrentBitRate(int32_t bitRate, int32_t streamID) override;
|
H A D | file_fd_source_plugin.cpp | 557 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 D | dash_media_downloader.h | 66 Status SetCurrentBitRate(int32_t bitRate, int32_t streamID) override;
|
H A D | dash_segment_downloader.h | 154 void SetCurrentBitRate(int32_t bitRate);
|
H A D | dash_media_downloader.cpp | 1064 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 D | dash_segment_downloader.cpp | 591 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 D | http_media_downloader.h | 69 Status SetCurrentBitRate(int32_t bitRate, int32_t streamID) override;
|
H A D | http_media_downloader.cpp | 1170 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 D | hls_media_downloader.h | 98 Status SetCurrentBitRate(int32_t bitRate, int32_t streamID) override;
|
H A D | hls_media_downloader.cpp | 1470 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 D | hls_media_downloader_unit_test.cpp | 373 downloader->SetCurrentBitRate(-1, 0); 375 downloader->SetCurrentBitRate(10, 0);
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/ |
H A D | media_demuxer.cpp | 612 source_->SetCurrentBitRate(bitRate, streamId); in InnerPrepare() 624 source_->SetCurrentBitRate(bitRate, streamId); in InnerPrepare()
|