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

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
packet_loss_test.h 38 virtual int ByteLoss(int size, unsigned char *pkg, int bytesToLose);
packet_loss_test.cc 204 // 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)

Completed in 148 milliseconds