Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer_pts_founctions.cpp70 int64_t offset = static_cast<int64_t>(source_->GetSegmentOffset()); in HandleAutoMaintainPts()
/ohos5.0/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.h80 virtual size_t GetSegmentOffset(uint32_t tsIndex) in GetSegmentOffset() function
H A Dhls_playlist_downloader.cpp363 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.cpp1665 size_t HlsMediaDownloader::GetSegmentOffset() in GetSegmentOffset() function in OHOS::Media::Plugins::HttpPlugin::HlsMediaDownloader
1668 return playlistDownloader_->GetSegmentOffset(readTsIndex_); in GetSegmentOffset()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp406 size_t DownloadMonitor::GetSegmentOffset() in GetSegmentOffset() function in OHOS::Media::Plugins::HttpPlugin::DownloadMonitor
409 return downloader_->GetSegmentOffset(); in GetSegmentOffset()
H A Ddownload_monitor.h78 size_t GetSegmentOffset() override;
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H A Dmedia_downloader.h128 virtual size_t GetSegmentOffset() in GetSegmentOffset() function
H A Dhttp_source_plugin.h62 size_t GetSegmentOffset() override;
H A Dhttp_source_plugin.cpp440 size_t HttpSourcePlugin::GetSegmentOffset() in GetSegmentOffset() function in OHOS::Media::Plugins::HttpPlugin::HttpSourcePlugin
443 return downloader_->GetSegmentOffset(); in GetSegmentOffset()
/ohos5.0/foundation/multimedia/av_codec/interfaces/plugin/
H A Dsource_plugin.h238 virtual size_t GetSegmentOffset() in GetSegmentOffset() function
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/source/
H A Dsource.h108 size_t GetSegmentOffset();
H A Dsource.cpp478 size_t Source::GetSegmentOffset() in GetSegmentOffset() function in OHOS::Media::Source
481 return plugin_->GetSegmentOffset(); in GetSegmentOffset()