HomeSort by relevance Sort by last modified time
    Searched defs:lostFrame (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
kenny.cc 138 int16_t lostFrame;
715 if( fread( &lostFrame, sizeof(int16_t), 1, plFile ) != 1 ) {
718 lostFrame = !lostFrame;
720 lostFrame = (rand()%100 < packetLossPercent);
726 if( lostFrame && framecnt > 0) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 60 int16_t declen = 0, lostFrame = 0, declenTC = 0;
771 if(!lostFrame)
773 lostFrame = ((rand()%100) < packetLossPercent);
777 lostFrame = 0;
781 if(lostFrame)
895 if(lostFrame)
    [all...]

Completed in 125 milliseconds