Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
Dkenny.cc142 int16_t lostFrame; in main() local
719 if( fread( &lostFrame, sizeof(int16_t), 1, plFile ) != 1 ) { in main()
722 lostFrame = !lostFrame; in main()
724 lostFrame = (rand()%100 < packetLossPercent); in main()
730 if( lostFrame && framecnt > 0) { in main()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
DReleaseTest-API.cc58 bool lostFrame = false; in main() local
695 if (!lostFrame) { in main()
696 lostFrame = ((rand() % 100) < packetLossPercent); in main()
698 lostFrame = false; in main()
702 if (lostFrame) { in main()
803 if (lostFrame) { in main()