Home
last modified time | relevance | path

Searched defs:readDataInfo (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/http_source_test/
H A Dhttp_media_downloader_unit_test.cpp91 ReadDataInfo readDataInfo; variable
115 ReadDataInfo readDataInfo; variable
139 ReadDataInfo readDataInfo; variable
208 ReadDataInfo readDataInfo; variable
230 ReadDataInfo readDataInfo; variable
250 ReadDataInfo readDataInfo; variable
272 ReadDataInfo readDataInfo; variable
294 ReadDataInfo readDataInfo; variable
344 ReadDataInfo readDataInfo; variable
371 ReadDataInfo readDataInfo; variable
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_media_downloader_unit_test.cpp340 ReadDataInfo readDataInfo; variable
365 ReadDataInfo readDataInfo; variable
407 ReadDataInfo readDataInfo; variable
430 ReadDataInfo readDataInfo; variable
462 ReadDataInfo readDataInfo; variable
487 ReadDataInfo readDataInfo; variable
519 ReadDataInfo readDataInfo; variable
546 ReadDataInfo readDataInfo; variable
571 ReadDataInfo readDataInfo; variable
595 ReadDataInfo readDataInfo; variable
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_segment_downloader_unit_test.cpp180 ReadDataInfo readDataInfo; variable
360 ReadDataInfo readDataInfo; variable
416 ReadDataInfo readDataInfo; variable
455 ReadDataInfo readDataInfo; variable
493 ReadDataInfo readDataInfo; variable
H A Ddash_media_downloader_unit_test.cpp414 ReadDataInfo readDataInfo; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp383 Status HttpMediaDownloader::ReadRingBuffer(unsigned char* buff, ReadDataInfo& readDataInfo) in ReadRingBuffer()
419 Status HttpMediaDownloader::ReadCacheBufferLoop(unsigned char* buff, ReadDataInfo& readDataInfo) in ReadCacheBufferLoop()
435 Status HttpMediaDownloader::ReadCacheBuffer(unsigned char* buff, ReadDataInfo& readDataInfo) in ReadCacheBuffer()
516 Status HttpMediaDownloader::ReadDelegate(unsigned char* buff, ReadDataInfo& readDataInfo) in ReadDelegate()
560 Status HttpMediaDownloader::Read(unsigned char* buff, ReadDataInfo& readDataInfo) in Read()
585 Status HttpMediaDownloader::CheckIsEosRingBuffer(unsigned char* buff, ReadDataInfo& readDataInfo) in CheckIsEosRingBuffer()
596 Status HttpMediaDownloader::CheckIsEosCacheBuffer(unsigned char* buff, ReadDataInfo& readDataInfo) in CheckIsEosCacheBuffer()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.cpp434 Status HlsMediaDownloader::CheckPlaylist(unsigned char* buff, ReadDataInfo& readDataInfo) in CheckPlaylist()
465 Status HlsMediaDownloader::ReadDelegate(unsigned char* buff, ReadDataInfo& readDataInfo) in ReadDelegate()
507 void HlsMediaDownloader::ReadCacheBuffer(unsigned char* buff, ReadDataInfo& readDataInfo) in ReadCacheBuffer()
531 Status HlsMediaDownloader::Read(unsigned char* buff, ReadDataInfo& readDataInfo) in Read()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H A Dhttp_source_plugin.cpp285 ReadDataInfo readDataInfo; in Read() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp127 Status DownloadMonitor::Read(unsigned char* buff, ReadDataInfo& readDataInfo) in Read()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.cpp78 Status DashMediaDownloader::Read(unsigned char* buff, ReadDataInfo& readDataInfo) in Read()
H A Ddash_segment_downloader.cpp167 DashReadRet DashSegmentDownloader::Read(uint8_t *buff, ReadDataInfo &readDataInfo, in Read()