Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.cc149 int16_t lostFrame; in TEST() local
718 if( fread( &lostFrame, sizeof(int16_t), 1, plFile ) != 1 ) { in TEST()
721 lostFrame = !lostFrame; in TEST()
723 lostFrame = (rand()%100 < packetLossPercent); in TEST()
729 if( lostFrame && framecnt > 0) { in TEST()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A 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()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.cc138 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()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.cc149 int16_t lostFrame; in TEST() local
718 if( fread( &lostFrame, sizeof(int16_t), 1, plFile ) != 1 ) { in TEST()
721 lostFrame = !lostFrame; in TEST()
723 lostFrame = (rand()%100 < packetLossPercent); in TEST()
729 if( lostFrame && framecnt > 0) { in TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.cc149 int16_t lostFrame; in TEST() local
718 if( fread( &lostFrame, sizeof(int16_t), 1, plFile ) != 1 ) { in TEST()
721 lostFrame = !lostFrame; in TEST()
723 lostFrame = (rand()%100 < packetLossPercent); in TEST()
729 if( lostFrame && framecnt > 0) { in TEST()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A 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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.cc150 int16_t lostFrame; in TEST() local
770 if (fread(&lostFrame, sizeof(int16_t), 1, plFile) != 1) { in TEST()
773 lostFrame = !lostFrame; in TEST()
775 lostFrame = (rand() % 100 < packetLossPercent); in TEST()
779 if (lostFrame && framecnt > 0) { in TEST()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.cc150 int16_t lostFrame; in TEST() local
770 if (fread(&lostFrame, sizeof(int16_t), 1, plFile) != 1) { in TEST()
773 lostFrame = !lostFrame; in TEST()
775 lostFrame = (rand() % 100 < packetLossPercent); in TEST()
779 if (lostFrame && framecnt > 0) { in TEST()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.cc150 int16_t lostFrame; in TEST() local
770 if (fread(&lostFrame, sizeof(int16_t), 1, plFile) != 1) { in TEST()
773 lostFrame = !lostFrame; in TEST()
775 lostFrame = (rand() % 100 < packetLossPercent); in TEST()
779 if (lostFrame && framecnt > 0) { in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.cc150 int16_t lostFrame; in TEST() local
770 if (fread(&lostFrame, sizeof(int16_t), 1, plFile) != 1) { in TEST()
773 lostFrame = !lostFrame; in TEST()
775 lostFrame = (rand() % 100 < packetLossPercent); in TEST()
779 if (lostFrame && framecnt > 0) { in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc62 bool lostFrame = false; in main() local
688 if (!lostFrame) { in main()
689 lostFrame = ((rand() % 100) < packetLossPercent); in main()
691 lostFrame = false; in main()
695 if (lostFrame) { in main()
795 if (lostFrame) { in main()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc62 bool lostFrame = false; in main() local
688 if (!lostFrame) { in main()
689 lostFrame = ((rand() % 100) < packetLossPercent); in main()
691 lostFrame = false; in main()
695 if (lostFrame) { in main()
795 if (lostFrame) { in main()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc60 bool lostFrame = false; in main() local
697 if (!lostFrame) { in main()
698 lostFrame = ((rand() % 100) < packetLossPercent); in main()
700 lostFrame = false; in main()
704 if (lostFrame) { in main()
805 if (lostFrame) { in main()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc62 bool lostFrame = false; in main() local
688 if (!lostFrame) { in main()
689 lostFrame = ((rand() % 100) < packetLossPercent); in main()
691 lostFrame = false; in main()
695 if (lostFrame) { in main()
795 if (lostFrame) { in main()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc60 bool lostFrame = false; in main() local
697 if (!lostFrame) { in main()
698 lostFrame = ((rand() % 100) < packetLossPercent); in main()
700 lostFrame = false; in main()
704 if (lostFrame) { in main()
805 if (lostFrame) { in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc60 int16_t declen = 0, lostFrame = 0, declenTC = 0;
775 if(!lostFrame)
777 lostFrame = ((rand()%100) < packetLossPercent);
781 lostFrame = 0;
785 if(lostFrame)
909 if(lostFrame)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc62 bool lostFrame = false; in main() local
688 if (!lostFrame) { in main()
689 lostFrame = ((rand() % 100) < packetLossPercent); in main()
691 lostFrame = false; in main()
695 if (lostFrame) { in main()
795 if (lostFrame) { in main()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc60 bool lostFrame = false; in main() local
697 if (!lostFrame) { in main()
698 lostFrame = ((rand() % 100) < packetLossPercent); in main()
700 lostFrame = false; in main()
704 if (lostFrame) { in main()
805 if (lostFrame) { in main()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc60 bool lostFrame = false; in main() local
697 if (!lostFrame) { in main()
698 lostFrame = ((rand() % 100) < packetLossPercent); in main()
700 lostFrame = false; in main()
704 if (lostFrame) { in main()
805 if (lostFrame) { in main()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A 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()