Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/test/
Dopus_test.cc305 size_t total_plc_samples = 0; in Run() local
306 while (total_plc_samples < frame_length) { in Run()
312 total_plc_samples += ret; in Run()
314 EXPECT_EQ(total_plc_samples, frame_length); in Run()
325 size_t total_plc_samples = 0; in Run() local
326 while (total_plc_samples < frame_length) { in Run()
332 total_plc_samples += ret; in Run()
334 EXPECT_EQ(total_plc_samples, frame_length); in Run()