Home
last modified time | relevance | path

Searched refs:GetVedioWidth (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_playlist_downloader.h41 int GetVedioWidth() override;
H A Dplaylist_downloader.h57 virtual int GetVedioWidth() = 0;
H A Dhls_playlist_downloader.cpp311 int HlsPlayListDownloader::GetVedioWidth() in GetVedioWidth() function in OHOS::Media::Plugins::HttpPlugin::HlsPlayListDownloader
H A Dhls_media_downloader.cpp1172 int32_t videoWidth = playlistDownloader_->GetVedioWidth(); in ReportVideoSizeChange()
1250 playingBitrate = TransferSizeToBitRate(playlistDownloader_->GetVedioWidth()); in CheckRiseBufferSize()
1269 playingBitrate = TransferSizeToBitRate(playlistDownloader_->GetVedioWidth()); in CheckPulldownBufferSize()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_playlist_downloader_unit_test.cpp139 int width = downloader.GetVedioWidth();