Home
last modified time | relevance | path

Searched defs:expectBufferDuration (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp97 void HttpMediaDownloader::InitRingBuffer(uint32_t expectBufferDuration) in InitRingBuffer()
120 void HttpMediaDownloader::InitCacheBuffer(uint32_t expectBufferDuration) in InitCacheBuffer()
144 HttpMediaDownloader::HttpMediaDownloader(std::string url, uint32_t expectBufferDuration) in HttpMediaDownloader()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.cpp87 HlsMediaDownloader::HlsMediaDownloader(int expectBufferDuration, const std::map<std::string, std::s… in HlsMediaDownloader()