HomeSort by relevance Sort by last modified time
    Searched full:lost_previous (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) {
155 if (lost_previous) {
182 bool lost_current, lost_previous; local
219 lost_previous = lost_current;
221 DecodeABlock(lost_previous, lost_current);

Completed in 168 milliseconds