HomeSort by relevance Sort by last modified time
    Searched full:lost_current (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/
opus_fec_test.cc 47 virtual void DecodeABlock(bool lost_previous, bool lost_current);
151 void OpusFecTest::DecodeABlock(bool lost_previous, bool lost_current) {
157 if (!lost_current &&
168 if (!lost_current) {
182 bool lost_current, lost_previous; local
187 lost_current = false;
219 lost_previous = lost_current;
220 lost_current = rand() < actual_packet_loss_rate * (RAND_MAX / 100);
221 DecodeABlock(lost_previous, lost_current);

Completed in 710 milliseconds