Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
Dkenny.c141 WebRtc_Word16 lostFrame; in main() local
727 if( fread( &lostFrame, sizeof(WebRtc_Word16), 1, plFile ) != 1 ) { in main()
730 lostFrame = !lostFrame; in main()
732 lostFrame = (rand()%100 < packetLossPercent); in main()
738 if( lostFrame && framecnt > 0) { in main()