Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.h90 Status CheckIsEosCacheBuffer(unsigned char* buff, ReadDataInfo& readDataInfo);
H A Dhttp_media_downloader.cpp424 return CheckIsEosCacheBuffer(buff, readDataInfo); in ReadCacheBufferLoop()
596 Status HttpMediaDownloader::CheckIsEosCacheBuffer(unsigned char* buff, ReadDataInfo& readDataInfo) in CheckIsEosCacheBuffer() function in OHOS::Media::Plugins::HttpPlugin::HttpMediaDownloader
/ohos5.0/foundation/multimedia/av_codec/test/unittest/http_source_test/
H A Dhttp_media_downloader_unit_test.cpp378 httpMediaDownloader->CheckIsEosCacheBuffer(buff, readDataInfo);