Searched defs:block_length_ms (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_unittest.cc39 void TestDtxEffect(bool dtx, int block_length_ms);
43 // block of |block_length_ms| milliseconds. The data is looped every
46 int block_length_ms,
79 void OpusTest::PrepareSpeechData(size_t channel, int block_length_ms, argument
85 if (loop_length_ms < block_length_ms) {
86 loop_length_ms = block_length_ms;
90 block_length_ms * kOpusRateKhz * channel));
134 void OpusTest::TestDtxEffect(bool dtx, int block_length_ms) { argument
135 PrepareSpeechData(channels_, block_length_ms, 2000);
136 const size_t samples = kOpusRateKhz * block_length_ms;
[all...]

Completed in 105 milliseconds