HomeSort by relevance Sort by last modified time
    Searched refs:out_freq_hz_b (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/test/
delay_test.cc 179 uint32_t out_freq_hz_b = out_file_b_.SamplingFrequency(); local
208 ASSERT_EQ(0, acm_b_->PlayoutData10Ms(out_freq_hz_b, &audio_frame));
opus_test.cc 211 int32_t out_freq_hz_b = out_file_.SamplingFrequency(); local
339 ASSERT_EQ(0, acm_receiver_->PlayoutData10Ms(out_freq_hz_b, &audio_frame));
TestStereo.cc 731 int32_t out_freq_hz_b = out_file_.SamplingFrequency(); local
795 EXPECT_EQ(0, acm_b_->PlayoutData10Ms(out_freq_hz_b, &audio_frame));

Completed in 77 milliseconds