HomeSort by relevance Sort by last modified time
    Searched full:codec_instance (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
dtmf_test.cc 58 webrtc::CodecInst codec_instance = webrtc::CodecInst(); local
64 EXPECT_EQ(0, voe_codec_->GetCodec(i, codec_instance));
65 if (!_stricmp("telephone-event", codec_instance.plname)) {
66 codec_instance.pltype = 88; // Use 88 instead of default 106.
70 EXPECT_EQ(0, voe_codec_->SetRecPayloadType(channel_, codec_instance));
82 channel_, codec_instance.pltype));
codec_test.cc 35 static void SetRateIfILBC(webrtc::CodecInst* codec_instance, int packet_size) {
36 if (!_stricmp(codec_instance->plname, "ilbc")) {
38 codec_instance->rate = 15200;
40 codec_instance->rate = 13300;

Completed in 75 milliseconds