Searched refs:lost_previous (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_fec_test.cc45 virtual void DecodeABlock(bool lost_previous, bool lost_current);
145 void OpusFecTest::DecodeABlock(bool lost_previous, bool lost_current) { argument
149 if (lost_previous) {
174 bool lost_current, lost_previous; local
211 lost_previous = lost_current;
213 DecodeABlock(lost_previous, lost_current);

Completed in 737 milliseconds