HomeSort by relevance Sort by last modified time
    Searched defs:RTPSendCompleteCallback (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
test_callbacks.cc 208 RTPSendCompleteCallback::RTPSendCompleteCallback(Clock* clock,
231 RTPSendCompleteCallback::~RTPSendCompleteCallback()
248 RTPSendCompleteCallback::SendPacket(int channel, const void *data, int len)
323 RTPSendCompleteCallback::SendRTCPPacket(int channel, const void *data, int len)
330 RTPSendCompleteCallback::SetLossPct(double lossPct)
337 RTPSendCompleteCallback::SetBurstLength(double burstLength)
344 RTPSendCompleteCallback::PacketLoss()
407 RTPSendCompleteCallback::UnifomLoss(double lossPct
    [all...]
test_callbacks.h 158 class RTPSendCompleteCallback: public Transport
162 RTPSendCompleteCallback(Clock* clock,
164 virtual ~RTPSendCompleteCallback();

Completed in 4517 milliseconds