Home
last modified time | relevance | path

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

/external/webrtc/common_audio/vad/
Dvad_core_unittest.cc69 if (ValidRatesAndFrameLengths(8000, kFrameLengths[j])) { in TEST_F()
72 if (ValidRatesAndFrameLengths(16000, kFrameLengths[j])) { in TEST_F()
75 if (ValidRatesAndFrameLengths(32000, kFrameLengths[j])) { in TEST_F()
78 if (ValidRatesAndFrameLengths(48000, kFrameLengths[j])) { in TEST_F()
89 if (ValidRatesAndFrameLengths(8000, kFrameLengths[j])) { in TEST_F()
92 if (ValidRatesAndFrameLengths(16000, kFrameLengths[j])) { in TEST_F()
95 if (ValidRatesAndFrameLengths(32000, kFrameLengths[j])) { in TEST_F()
98 if (ValidRatesAndFrameLengths(48000, kFrameLengths[j])) { in TEST_F()
Dvad_filterbank_unittest.cc46 if (ValidRatesAndFrameLengths(8000, kFrameLengths[j])) { in TEST_F()
63 if (ValidRatesAndFrameLengths(8000, kFrameLengths[j])) { in TEST_F()
78 if (ValidRatesAndFrameLengths(8000, kFrameLengths[j])) { in TEST_F()
Dvad_unittest.cc28 bool VadTest::ValidRatesAndFrameLengths(int rate, size_t frame_length) { in ValidRatesAndFrameLengths() function in VadTest
108 if (ValidRatesAndFrameLengths(kRates[i], kFrameLengths[j])) { in TEST_F()
134 if (ValidRatesAndFrameLengths(kRates[i], kFrameLengths[j])) { in TEST_F()
Dvad_unittest.h45 bool ValidRatesAndFrameLengths(int rate, size_t frame_length);