Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_audio.cc417 uint8_t sendCount = 1; in SendTelephoneEventPacket() local
422 sendCount = 3; in SendTelephoneEventPacket()
459 sendCount--; in SendTelephoneEventPacket()
460 } while (sendCount > 0 && retVal == 0); in SendTelephoneEventPacket()