Home
last modified time | relevance | path

Searched refs:GetBufferringStatus (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.cpp1130 …return !vidSegmentDownloader->GetBufferringStatus() && !audSegmentDownloader->GetBufferringStatus(… in GetPlayable()
1132 return !vidSegmentDownloader->GetBufferringStatus(); in GetPlayable()
1134 return !audSegmentDownloader->GetBufferringStatus(); in GetPlayable()
H A Ddash_segment_downloader.h170 bool GetBufferringStatus() const;
H A Ddash_segment_downloader.cpp1118 bool DashSegmentDownloader::GetBufferringStatus() const in GetBufferringStatus() function in OHOS::Media::Plugins::HttpPlugin::DashSegmentDownloader