Home
last modified time | relevance | path

Searched defs:syncCenter (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/media_sink_test/
H A Dvideo_sink_test.cpp66 auto syncCenter = std::make_shared<MediaSyncManager>(); variable
102 auto syncCenter = std::make_shared<MediaSyncManager>(); variable
137 auto syncCenter = std::make_shared<MediaSyncManager>(); variable
176 auto syncCenter = std::make_shared<MockMediaSyncCenter>(); variable
191 auto syncCenter = std::make_shared<MockMediaSyncCenter>(); variable
209 auto syncCenter = std::make_shared<MockMediaSyncCenter>(); variable
255 auto syncCenter = std::make_shared<MockMediaSyncCenter>(); variable
265 auto syncCenter = std::make_shared<MockMediaSyncCenter>(); variable
H A Dsubtitle_sink_test.cpp54 auto syncCenter = std::make_shared<MediaSyncManager>(); in SubtitleSinkCreate() local
H A Daudio_sink_test.cpp111 auto syncCenter = std::make_shared<Pipeline::MediaSyncManager>(); variable
167 auto syncCenter = std::make_shared<Pipeline::MediaSyncManager>(); variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Dmedia_synchronous_sink.cpp30 auto syncCenter = syncCenter_.lock(); in Init() local
39 auto syncCenter = syncCenter_.lock(); in ~MediaSynchronousSink() local
63 auto syncCenter = syncCenter_.lock(); in WriteToPluginRefTimeSync() local
95 auto syncCenter = syncCenter_.lock(); in UpdateMediaTimeRange() local
H A Dvideo_sink.cpp71 auto syncCenter = syncCenter_.lock(); in UpdateTimeAnchorActually() local
85 auto syncCenter = syncCenter_.lock(); in DoSyncWrite() local
147 auto syncCenter = syncCenter_.lock(); in SetLastPts() local
157 auto syncCenter = syncCenter_.lock(); in CheckBufferLatenessMayWait() local
206 void VideoSink::SetSyncCenter(std::shared_ptr<Pipeline::MediaSyncManager> syncCenter) in SetSyncCenter()
220 auto syncCenter = syncCenter_.lock(); in SetFirstPts() local
H A Dsubtitle_sink.cpp302 auto syncCenter = syncCenter_.lock(); in ResetSyncInfo() local
358 void SubtitleSink::SetSyncCenter(std::shared_ptr<Pipeline::MediaSyncManager> syncCenter) in SetSyncCenter()
378 auto syncCenter = syncCenter_.lock(); in GetMediaTime() local
H A Daudio_sink.cpp371 auto syncCenter = syncCenter_.lock(); in DrainAndReportEosEvent() local
568 auto syncCenter = syncCenter_.lock(); in GetSyncCenterClockTime() local
584 auto syncCenter = syncCenter_.lock(); in UpdateTimeAnchorIfNeeded() local
613 auto syncCenter = syncCenter_.lock(); in DoSyncWrite() local
731 void AudioSink::SetSyncCenter(std::shared_ptr<Pipeline::MediaSyncManager> syncCenter) in SetSyncCenter()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/
H A Dmedia_synchronous_sink.cpp25 auto syncCenter = syncCenter_.lock(); in Init() local
33 auto syncCenter = syncCenter_.lock(); in ~MediaSynchronousSink() local
55 auto syncCenter = syncCenter_.lock(); in WriteToPluginRefTimeSync() local
86 auto syncCenter = syncCenter_.lock(); in UpdateMediaTimeRange() local
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/video_sink/
H A Dvideo_sink_filter.cpp468 auto syncCenter = syncCenter_.lock(); in CheckBufferLatenessMayWait() local
505 auto syncCenter = syncCenter_.lock(); in DoSyncWrite() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dsubtitle_sink_filter.cpp199 void SubtitleSinkFilter::SetSyncCenter(std::shared_ptr<MediaSyncManager> syncCenter) in SetSyncCenter()
H A Daudio_sink_filter.cpp240 void AudioSinkFilter::SetSyncCenter(std::shared_ptr<MediaSyncManager> syncCenter) in SetSyncCenter()
H A Ddecoder_surface_filter.cpp833 void DecoderSurfaceFilter::SetSyncCenter(std::shared_ptr<MediaSyncManager> syncCenter) in SetSyncCenter()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/audio_sink/
H A Daudio_sink_filter.cpp344 auto syncCenter = syncCenter_.lock(); in DoSyncWrite() local
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dfilter_base.cpp317 void FilterBase::SetSyncCenter(std::weak_ptr<IMediaSyncCenter> syncCenter) in SetSyncCenter()