Searched refs:ByteLoss (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dpacket_loss_test.h38 virtual int ByteLoss(int size, unsigned char *pkg, int bytesToLose);
H A Dpacket_loss_test.cc204 // Use the ByteLoss function if you want to lose only
207 //int size2 = ByteLoss(size, packet, 15);
244 int PacketLossTest::ByteLoss(int size, unsigned char *pkg, int bytesToLose) function in class:PacketLossTest

Completed in 1571 milliseconds