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

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession_unittest.cc426 const AudioContentDescription* acd = local
428 EXPECT_EQ(MEDIA_TYPE_AUDIO, acd->type());
429 EXPECT_EQ(f1_.audio_codecs(), acd->codecs());
430 EXPECT_NE(0U, acd->first_ssrc()); // a random nonzero ssrc
431 EXPECT_EQ(kAutoBandwidth, acd->bandwidth()); // default bandwidth (auto)
432 EXPECT_TRUE(acd->rtcp_mux()); // rtcp-mux defaults on
433 ASSERT_CRYPTO(acd, 2U, CS_AES_CM_128_HMAC_SHA1_32);
434 EXPECT_EQ(std::string(cricket::kMediaProtocolSavpf), acd->protocol());
451 const AudioContentDescription* acd = local
455 EXPECT_EQ(MEDIA_TYPE_AUDIO, acd
490 const AudioContentDescription* acd = local
528 const AudioContentDescription* acd = local
559 const AudioContentDescription* acd = local
593 const AudioContentDescription* acd = local
616 const AudioContentDescription* acd = local
643 const AudioContentDescription* acd = local
676 const AudioContentDescription* acd = local
821 const AudioContentDescription* acd = local
844 AudioContentDescription* acd = const_cast<AudioContentDescription*>( local
1045 const AudioContentDescription* acd = local
1192 const AudioContentDescription* acd = local
1310 const AudioContentDescription* acd = local
1432 const AudioContentDescription* acd = local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp_unittest.cc1139 const AudioContentDescription* acd = local
1141 ASSERT_FALSE(acd->codecs().empty());
1142 cricket::AudioCodec opus = acd->codecs()[0];
1151 for (size_t i = 0; i < acd->codecs().size(); ++i) {
1152 cricket::AudioCodec codec = acd->codecs()[i];
1192 const AudioContentDescription* acd = local
1194 ASSERT_FALSE(acd->codecs().empty());
1195 cricket::AudioCodec opus = acd->codecs()[0];
1354 AudioContentDescription* acd = static_cast<AudioContentDescription*>( local
1356 acd
1566 AudioContentDescription* acd = static_cast<AudioContentDescription*>( local
1847 const AudioContentDescription* acd = local
[all...]

Completed in 112 milliseconds