Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
Dkenny.c100 int i, errtype, h = 0, k, packetLossPercent = 0; in main() local
161 packetLossPercent = 0; in main()
312 packetLossPercent = atoi( argv[i+1] ); in main()
313 if( (packetLossPercent < 0) | (packetLossPercent > 100) ) { in main()
317 if( packetLossPercent > 0 ) { in main()
319 packetLossPercent ); in main()
732 lostFrame = (rand()%100 < packetLossPercent); in main()