Home
last modified time | relevance | path

Searched refs:kFailureLogThrottleCount (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/pc/
Dsrtp_session.cc143 const int kFailureLogThrottleCount = 100; in UnprotectRtp() local
144 if (decryption_failure_count_ % kFailureLogThrottleCount == 0) { in UnprotectRtp()
Dsrtp_transport.cc221 const int kFailureLogThrottleCount = 100; in OnRtpPacketReceived() local
222 if (decryption_failure_count_ % kFailureLogThrottleCount == 0) { in OnRtpPacketReceived()