Home
last modified time | relevance | path

Searched refs:IsNeedPreDownload (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Ddata_stream_source_plugin.h40 bool IsNeedPreDownload() override;
H A Ddata_stream_source_plugin.cpp242 bool DataStreamSourcePlugin::IsNeedPreDownload() in IsNeedPreDownload() function in OHOS::Media::Plugin::DataStreamSource::DataStreamSourcePlugin
/foundation/multimedia/av_codec/services/media_engine/modules/source/
H A Dsource.h100 bool IsNeedPreDownload();
H A Dsource.cpp233 bool Source::IsNeedPreDownload() in IsNeedPreDownload() function in OHOS::Media::Source
236 MEDIA_LOG_E("IsNeedPreDownload failed, plugin_ is nullptr"); in IsNeedPreDownload()
239 return plugin_->IsNeedPreDownload(); in IsNeedPreDownload()
/foundation/multimedia/av_codec/interfaces/plugin/
H A Dsource_plugin.h198 virtual bool IsNeedPreDownload() in IsNeedPreDownload() function in OHOS::Media::Plugins::SourcePlugin
/foundation/multimedia/av_codec/test/unittest/source_test/
H A Dsource_unit_test.cpp202 EXPECT_NE(true, source_->IsNeedPreDownload()); in HWTEST_F()
206 source_->IsNeedPreDownload(); in HWTEST_F()
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.cpp2118 bool isDataSrcLiveStream = source_ != nullptr && source_->IsNeedPreDownload() && in IsRenderNextVideoFrameSupported()

Completed in 7 milliseconds