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

  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_rtpplay.cc 190 void RegisterPayloadType(NetEq* neteq,
194 if (neteq->RegisterPayloadType(codec, name, static_cast<uint8_t>(flag))) {
204 RegisterPayloadType(neteq, webrtc::NetEqDecoder::kDecoderPCMu, "pcmu",
206 RegisterPayloadType(neteq, webrtc::NetEqDecoder::kDecoderPCMa, "pcma",
208 RegisterPayloadType(neteq, webrtc::NetEqDecoder::kDecoderILBC, "ilbc",
210 RegisterPayloadType(neteq, webrtc::NetEqDecoder::kDecoderISAC, "isac",
212 RegisterPayloadType(neteq, webrtc::NetEqDecoder::kDecoderISACswb, "isac-swb",
214 RegisterPayloadType(neteq, webrtc::NetEqDecoder::kDecoderOpus, "opus",
216 RegisterPayloadType(neteq, webrtc::NetEqDecoder::kDecoderPCM16B, "pcm16-nb",
218 RegisterPayloadType(neteq, webrtc::NetEqDecoder::kDecoderPCM16Bwb, "pcm16-wb"
    [all...]
neteq_performance_test.cc 45 if (neteq->RegisterPayloadType(kDecoderType, kDecoderName, kPayloadType) != 0)
neteq_quality_test.cc 296 neteq_->RegisterPayloadType(decoder_type_, "noname", kPayloadType));
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 365 neteq_->RegisterPayloadType(NetEqDecoder::kDecoderPCMu, "pcmu", 0));
368 neteq_->RegisterPayloadType(NetEqDecoder::kDecoderPCMa, "pcma", 8));
372 0, neteq_->RegisterPayloadType(NetEqDecoder::kDecoderILBC, "ilbc", 102));
377 0, neteq_->RegisterPayloadType(NetEqDecoder::kDecoderISAC, "isac", 103));
381 ASSERT_EQ(0, neteq_->RegisterPayloadType(NetEqDecoder::kDecoderISACswb,
385 ASSERT_EQ(0, neteq_->RegisterPayloadType(NetEqDecoder::kDecoderOpus,
389 ASSERT_EQ(0, neteq_->RegisterPayloadType(NetEqDecoder::kDecoderPCM16B,
392 ASSERT_EQ(0, neteq_->RegisterPayloadType(NetEqDecoder::kDecoderPCM16Bwb,
395 ASSERT_EQ(0, neteq_->RegisterPayloadType(NetEqDecoder::kDecoderPCM16Bswb32kHz,
398 ASSERT_EQ(0, neteq_->RegisterPayloadType(NetEqDecoder::kDecoderCNGnb
    [all...]
neteq_stereo_unittest.cc 129 ASSERT_EQ(NetEq::kOK, neteq_mono_->RegisterPayloadType(mono_decoder, "mono",
132 neteq_->RegisterPayloadType(multi_decoder, "multi-channel",
neteq_impl_unittest.cc 239 TEST_F(NetEqImplTest, RegisterPayloadType) {
246 neteq_->RegisterPayloadType(codec_type, kCodecName, rtp_payload_type);
386 EXPECT_EQ(NetEq::kOK, neteq_->RegisterPayloadType(
636 EXPECT_EQ(NetEq::kOK, neteq_->RegisterPayloadType(
    [all...]
neteq_external_decoder_unittest.cc 183 ASSERT_EQ(NetEq::kOK, neteq_internal_->RegisterPayloadType(
neteq_impl.h 113 int RegisterPayloadType(NetEqDecoder codec,
neteq_impl.cc 177 int NetEqImpl::RegisterPayloadType(NetEqDecoder codec,
181 LOG(LS_VERBOSE) << "RegisterPayloadType "
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/include/
neteq.h 181 virtual int RegisterPayloadType(NetEqDecoder codec,
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receiver.cc 346 ret_val = neteq_->RegisterPayloadType(neteq_decoder, name, payload_type);

Completed in 249 milliseconds