Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_sender.h269 int SendPadData(uint32_t timestamp,
Drtp_sender.cc518 return SendPadData(timestamp, capture_time_ms, bytes); in TrySendPadData()
521 int RTPSender::SendPadData(uint32_t timestamp, in SendPadData() function in webrtc::RTPSender