Home
last modified time | relevance | path

Searched refs:IsEos (Results 1 - 12 of 12) sorted by relevance

/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp91 isEos = downloadRequest_->IsEos(); in Read()
106 return buffer_->GetSize() >= wantReadLength || downloadRequest_->IsEos() || downloadRequest_->IsClosed(); in Read()
/foundation/multimedia/media_foundation/engine/scene/standard/
H A Ddata_stream.h52 virtual bool IsEos() = 0;
/foundation/multimedia/media_utils_lite/interfaces/kits/
H A Ddata_stream.h52 virtual bool IsEos() = 0;
/foundation/multimedia/media_foundation/engine/scene/common/
H A Ddata_stream_impl.h51 bool IsEos() override;
H A Ddata_stream_impl.cpp95 bool VirtualDataBuffer::IsEos() in IsEos() function in OHOS::Media::VirtualDataBuffer
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Ddownloader.h77 bool IsEos() const;
H A Ddownloader.cpp72 bool DownloadRequest::IsEos() const in IsEos() function in OHOS::Media::Plugin::HttpPlugin::DownloadRequest
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/stream_source/
H A Dstream_source_plugin.cpp123 if (dataBuffer->IsEos()) { in WrapDataBuffer()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp178 if (downloadRequest_ != nullptr && downloadRequest_->IsEos() in Open()
372 readDataInfo.isEos_ = downloadRequest_->IsEos(); in ReadRingBuffer()
399 readDataInfo.isEos_ = downloadRequest_->IsEos(); in ReadCacheBufferLoop()
1082 if (downloadRequest_->IsEos()) { in HandleBreak()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.h95 bool IsEos() const;
H A Ddownloader.cpp130 bool DownloadRequest::IsEos() const in IsEos() function in OHOS::Media::Plugins::HttpPlugin::DownloadRequest
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.cpp276 downloadRequest_->IsEos() && playlistDownloader_ != nullptr && in CheckReadStatus()
413 readDataInfo.isEos_ = downloadRequest_->IsEos(); in CheckPlaylist()

Completed in 11 milliseconds