Home
last modified time | relevance | path

Searched refs:GetSegmentOffset (Results 1 - 14 of 14) sorted by relevance

/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer_pts_functions.cpp70 int64_t offset = static_cast<int64_t>(source_->GetSegmentOffset()); in HandleAutoMaintainPts()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_playlist_downloader.h54 size_t GetSegmentOffset(uint32_t tsIndex) override;
H A Dplaylist_downloader.h79 virtual size_t GetSegmentOffset(uint32_t tsIndex) in GetSegmentOffset() function in OHOS::Media::Plugins::HttpPlugin::PlayListDownloader
H A Dhls_playlist_downloader.cpp360 size_t HlsPlayListDownloader::GetSegmentOffset(uint32_t tsIndex) in GetSegmentOffset() function in OHOS::Media::Plugins::HttpPlugin::HlsPlayListDownloader
H A Dhls_media_downloader.h104 size_t GetSegmentOffset() override;
H A Dhls_media_downloader.cpp1601 size_t HlsMediaDownloader::GetSegmentOffset() in GetSegmentOffset() function in OHOS::Media::Plugins::HttpPlugin::HlsMediaDownloader
1604 return playlistDownloader_->GetSegmentOffset(readTsIndex_); in GetSegmentOffset()
/foundation/multimedia/av_codec/services/media_engine/modules/source/
H A Dsource.h110 size_t GetSegmentOffset();
H A Dsource.cpp486 size_t Source::GetSegmentOffset() in GetSegmentOffset() function in OHOS::Media::Source
488 FALSE_RETURN_V_MSG_W(plugin_ != nullptr, 0, "GetSegmentOffset source plugin is nullptr!"); in GetSegmentOffset()
489 return plugin_->GetSegmentOffset(); in GetSegmentOffset()
/foundation/multimedia/av_codec/interfaces/plugin/
H A Dsource_plugin.h240 virtual size_t GetSegmentOffset() in GetSegmentOffset() function in OHOS::Media::Plugins::SourcePlugin
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H A Dhttp_source_plugin.h62 size_t GetSegmentOffset() override;
H A Dmedia_downloader.h129 virtual size_t GetSegmentOffset() in GetSegmentOffset() function in OHOS::Media::Plugins::HttpPlugin::MediaDownloader
H A Dhttp_source_plugin.cpp435 size_t HttpSourcePlugin::GetSegmentOffset() in GetSegmentOffset() function in OHOS::Media::Plugins::HttpPlugin::HttpSourcePlugin
438 return downloader_->GetSegmentOffset(); in GetSegmentOffset()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H A Ddownload_monitor.h77 size_t GetSegmentOffset() override;
H A Ddownload_monitor.cpp350 size_t DownloadMonitor::GetSegmentOffset() in GetSegmentOffset() function in OHOS::Media::Plugins::HttpPlugin::DownloadMonitor
353 return downloader_->GetSegmentOffset(); in GetSegmentOffset()

Completed in 15 milliseconds