Home | History | Annotate | Download | only in neteq

Lines Matching refs:expand

11 // Unit tests for Expand class.
13 #include "webrtc/modules/audio_coding/neteq/expand.h"
22 TEST(Expand, CreateAndDestroy) {
28 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
31 TEST(Expand, CreateUsingFactory) {
38 Expand* expand =
40 EXPECT_TRUE(expand != NULL);
41 delete expand;