Home
last modified time | relevance | path

Searched refs:renderMutex_ (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/sink/
H A Dhos_au_sink.cpp431 OSAL::ScopedLock lock(renderMutex_); in Start()
448 OSAL::ScopedLock lock(renderMutex_); in Stop()
476 OSAL::ScopedLock lock(renderMutex_); in GetMute()
491 OSAL::ScopedLock lock(renderMutex_); in SetMute()
505 OSAL::ScopedLock lock(renderMutex_); in GetVolume()
519 OSAL::ScopedLock lock(renderMutex_); in SetVolume()
536 OSAL::ScopedLock lock(renderMutex_); in GetSpeed()
550 OSAL::ScopedLock lock(renderMutex_); in SetSpeed()
565 OSAL::ScopedLock lock(renderMutex_); in Pause()
578 OSAL::ScopedLock lock(renderMutex_); in Resume()
[all …]
H A Dhos_au_sink.h107 OSAL::Mutex renderMutex_ {};
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/audio_server_sink/
H A Daudio_server_sink_plugin.cpp240 OSAL::ScopedLock lock(renderMutex_); in Init()
274 OSAL::ScopedLock lock(renderMutex_); in ReleaseRender()
337 OSAL::ScopedLock lock(renderMutex_); in StopRender()
373 OSAL::ScopedLock lock(renderMutex_); in Start()
405 OSAL::ScopedLock lock(renderMutex_); in GetParameter()
521 OSAL::ScopedLock lock(renderMutex_); in SetInterruptMode()
677 OSAL::ScopedLock lock(renderMutex_); in GetVolume()
688 OSAL::ScopedLock lock(renderMutex_); in SetVolume()
709 OSAL::ScopedLock lock(renderMutex_); in Pause()
742 OSAL::ScopedLock lock(renderMutex_); in Write()
[all …]
H A Daudio_server_sink_plugin.h146 OSAL::Mutex renderMutex_ {};
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/
H A Dasync_mode.cpp75 OSAL::ScopedLock l(renderMutex_); in Release()
136 OSAL::ScopedLock l(renderMutex_); in Stop()
268 OSAL::ScopedLock l(renderMutex_); in FinishFrame()
311 OSAL::ScopedLock l(renderMutex_); in OnOutputBufferDone()
H A Dasync_mode.h74 mutable OSAL::Mutex renderMutex_ {};
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drenderer.h111 mutable std::mutex renderMutex_; variable
H A Drenderer.cpp820 const auto lock = std::lock_guard(renderMutex_); in RenderFrame()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/sink/
H A Daudio_server_sink_plugin.h184 OHOS::Media::Mutex renderMutex_{};
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H A Doffload_audio_renderer_sink.cpp168 std::mutex renderMutex_; member in OHOS::AudioStandard::OffloadAudioRendererSinkInner
457 std::lock_guard<std::mutex> lock(renderMutex_); in DeInit()
968 std::lock_guard<std::mutex> lock(renderMutex_); in Flush()