Home
last modified time | relevance | path

Searched defs:wantReadLength (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_media_downloader.cpp106 bool HlsMediaDownloader::Read(unsigned char* buff, unsigned int wantReadLength, in Read()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp87 bool HttpMediaDownloader::Read(unsigned char* buff, unsigned int wantReadLength, in Read()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_segment_downloader.cpp173 uint32_t wantReadLength = readDataInfo.wantReadLength_; in Read() local
216 uint32_t DashSegmentDownloader::GetMaxReadLength(uint32_t wantReadLength, in GetMaxReadLength()
250 bool DashSegmentDownloader::CheckReadInterrupt(uint32_t &realReadLength, uint32_t wantReadLength, D… in CheckReadInterrupt()
466 bool DashSegmentDownloader::ReadInitSegment(uint8_t *buff, uint32_t wantReadLength, uint32_t &realR… in ReadInitSegment()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp92 bool DownloadMonitor::Read(unsigned char *buff, unsigned int wantReadLength, in Read()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp324 bool HttpMediaDownloader::StartBufferingCheck(unsigned int& wantReadLength) in StartBufferingCheck()
361 bool HttpMediaDownloader::StartBuffering(unsigned int& wantReadLength) in StartBuffering()
500 void HttpMediaDownloader::CheckDownloadPos(unsigned int wantReadLength) in CheckDownloadPos()