Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
Dkenny.cc103 int errtype, h = 0, k, packetLossPercent = 0; in main() local
155 packetLossPercent = 0; in main()
306 packetLossPercent = atoi( argv[i+1] ); in main()
307 if( (packetLossPercent < 0) | (packetLossPercent > 100) ) { in main()
311 if( packetLossPercent > 0 ) { in main()
313 packetLossPercent ); in main()
724 lostFrame = (rand()%100 < packetLossPercent); in main()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
DReleaseTest-API.cc47 int errtype, VADusage = 0, packetLossPercent = 0; in main() local
288 packetLossPercent = atoi(argv[i + 1]); in main()
289 if ((packetLossPercent < 0) | (packetLossPercent > 100)) { in main()
293 if (packetLossPercent > 0) { in main()
295 packetLossPercent); in main()
696 lostFrame = ((rand() % 100) < packetLossPercent); in main()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
DsimpleKenny.c107 uint16_t packetLossPercent = 0; in main() local
175 packetLossPercent = readParamInt(argc, argv, "-ploss", 0); in main()
230 printf("Packet-loss Percentage... %d\n", packetLossPercent); in main()
404 if ((rand() % 100) < packetLossPercent) { in main()
DdebugUtility.h52 int packetLossPercent; member