Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
Dkenny.c104 int cur_framesmpls, err = 0, lostPackets = 0; in main() local
750 lostPackets++; in main()
790 lostPackets++; in main()
819 printf("\nLost Frames %d ~ %4.1f%%\n", lostPackets, in main()
820 (double)lostPackets/(double)framecnt*100.0 ); in main()