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

  /external/webrtc/webrtc/modules/audio_coding/test/
TestVADDTX.cc 73 void TestVadDtx::RegisterCodec(CodecInst codec_param) {
75 EXPECT_EQ(0, acm_send_->RegisterSendCodec(codec_param));
76 EXPECT_EQ(0, acm_receive_->RegisterReceiveCodec(codec_param));
77 channel_->SetIsStereo(codec_param.channels > 1);
217 auto codec_param = acm_send_->SendCodec(); local
218 ASSERT_TRUE(codec_param);
219 if (STR_CASE_CMP(codec_param->plname, "opus") == 0) {
TestVADDTX.h 54 void RegisterCodec(CodecInst codec_param);
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receive_test_oldapi.cc 28 bool ModifyAndUseThisCodec(CodecInst* codec_param) {
29 if (STR_CASE_CMP(codec_param->plname, "CN") == 0 &&
30 codec_param->plfreq == 48000)
33 if (STR_CASE_CMP(codec_param->plname, "telephone-event") == 0)

Completed in 105 milliseconds