Searched refs:realReadLength (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/http/ |
H A D | http_media_downloader.cpp | 88 unsigned int& realReadLength, bool& isEos) in Read() argument 98 realReadLength = 0; in Read() 111 realReadLength = buffer_->ReadBuffer(buff, wantReadLength, 2); // wait 2 times in Read() 113 PUBLIC_LOG_D32, wantReadLength, realReadLength, isEos); in Read()
|
H A D | http_media_downloader.h | 37 …bool Read(unsigned char* buff, unsigned int wantReadLength, unsigned int& realReadLength, bool& is…
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/ |
H A D | dash_segment_downloader.cpp | 174 uint32_t &realReadLength = readDataInfo.realReadLength_; in Read() local 196 if (ReadInitSegment(buff, wantReadLength, realReadLength, currentStreamId)) { in Read() 201 realReadLength = buffer_->ReadBuffer(buff, maxReadLength, DEFAULT_WAIT_TIME); in Read() 202 if (realReadLength == 0) { in Read() 205 realReadLength); in Read() 211 realReadLength); in Read() 239 realReadLength = 0; in IsSegmentFinished() 253 if (IsSegmentFinished(realReadLength, readRet)) { in CheckReadInterrupt() 273 realReadLength = 0; in CheckReadInterrupt() 488 memcpy_s(buff, wantReadLength, readStr.c_str(), realReadLength); in ReadInitSegment() [all …]
|
H A D | dash_segment_downloader.h | 184 bool ReadInitSegment(uint8_t *buff, uint32_t wantReadLength, uint32_t &realReadLength, 187 bool IsSegmentFinished(uint32_t &realReadLength, DashReadRet &readRet); 188 bool CheckReadInterrupt(uint32_t &realReadLength, uint32_t wantReadLength, DashReadRet &readRet,
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/ |
H A D | hls_media_downloader.cpp | 107 unsigned int& realReadLength, bool& isEos) in Read() argument 110 realReadLength = buffer_->ReadBuffer(buff, wantReadLength, 2); // wait 2 times in Read() 112 PUBLIC_LOG_D32, wantReadLength, realReadLength, isEos); in Read()
|
H A D | hls_media_downloader.h | 35 …bool Read(unsigned char* buff, unsigned int wantReadLength, unsigned int& realReadLength, bool& is…
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_lite_source/ |
H A D | http_lite_manager.h | 65 …bool HttpRead(unsigned char *buff, unsigned int wantReadLength, unsigned int &realReadLength, int … 66 bool HttpPeek(unsigned char *buff, unsigned int wantReadLength, unsigned int &realReadLength);
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/ |
H A D | download_monitor.cpp | 93 unsigned int &realReadLength, bool &isEos) in Read() argument 98 bool ret = downloader_->Read(buff, wantReadLength, realReadLength, isEos); in Read()
|
H A D | download_monitor.h | 46 …bool Read(unsigned char* buff, unsigned int wantReadLength, unsigned int& realReadLength, bool& is…
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/ |
H A D | media_downloader.h | 34 …Read(unsigned char* buff, unsigned int wantReadLength, unsigned int& realReadLength, bool& isEos) …
|