Searched refs:mutexDecoder (Results 1 – 2 of 2) sorted by relevance
154 std::lock_guard<std::mutex> guard(mutexDecoder); in SetRtpDecoderListener()166 std::lock_guard<std::mutex> guard(mutexDecoder); in SetRtcpDecoderListener()408 std::lock_guard<std::mutex> guard(mutexDecoder); in OnPeerInd()480 std::lock_guard<std::mutex> guard(mutexDecoder); in OnRtpStatsTimerExpired()
157 std::mutex mutexDecoder; variable