Searched refs:audio_content (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/agc/
H A Dhistogram_unittest.cc27 double audio_content; member in struct:webrtc::InputOutput
78 double audio_content = hist_->AudioContent(); local
80 double abs_err = std::min(audio_content, io.audio_content) *
83 ASSERT_NEAR(audio_content, io.audio_content, abs_err);
/external/webrtc/talk/app/webrtc/
H A Dpeerconnection.cc979 const cricket::ContentInfo* audio_content = local
981 if (audio_content) {
982 if (audio_content->rejected) {
987 audio_content->description);
1056 const cricket::ContentInfo* audio_content = GetFirstAudioContent(remote_desc); local
1079 if (audio_content) {
1080 if (audio_content->rejected) {
H A Dpeerconnectioninterface_unittest.cc982 const cricket::ContentInfo* audio_content = local
986 audio_content->description);
1003 audio_content = cricket::GetFirstAudioContent(offer->description());
1005 audio_content->description);
1681 const cricket::ContentInfo* audio_content = local
1685 audio_content->description);
1718 const cricket::ContentInfo* audio_content = local
1722 audio_content->description);
H A Dwebrtcsession.cc282 const cricket::MediaContentDescription* audio_content = local
286 cricket::GetStreamByIds(audio_content->streams(), "", track_id);
303 const cricket::MediaContentDescription* audio_content = local
308 cricket::GetStreamBySsrc(audio_content->streams(), ssrc);
H A Dwebrtcsession_unittest.cc657 const cricket::AudioContentDescription* audio_content = local
660 ASSERT_TRUE(audio_content != NULL);
661 ASSERT_EQ(1U, audio_content->cryptos().size());
662 ASSERT_EQ(47U, audio_content->cryptos()[0].key_params.size());
664 audio_content->cryptos()[0].cipher_suite);
666 audio_content->protocol());
685 const cricket::AudioContentDescription* audio_content = local
688 ASSERT_TRUE(audio_content != NULL);
689 ASSERT_EQ(0U, audio_content->cryptos().size());
701 audio_content
[all...]
H A Dpeerconnection_unittest.cc550 const ContentInfo* audio_content = local
552 EXPECT_EQ(can_receive_audio(), !audio_content->rejected);
H A Dwebrtcsdp.cc844 const ContentInfo* audio_content = GetFirstAudioContent(desc); local
845 if (audio_content)
846 GetMediaStreamLabels(audio_content, &media_stream_labels);
/external/webrtc/talk/session/media/
H A Dmediasession.cc1743 const ContentInfo* audio_content = GetFirstAudioContent(offer); local
1746 audio_content->name, offer, options.audio_transport_options,
1766 audio_content->description),
1779 bool rejected = !options.has_audio() || audio_content->rejected ||
1784 AddTransportAnswer(audio_content->name, *(audio_transport.get()), answer);
1791 answer->AddContent(audio_content->name, audio_content->type, rejected,
H A Dmediasession_unittest.cc2304 const ContentInfo* audio_content = offer->GetContentByName("audio"); local
2305 EXPECT_FALSE(VerifyNoCNCodecs(audio_content));
2310 audio_content = offer->GetContentByName("audio");
2311 EXPECT_TRUE(VerifyNoCNCodecs(audio_content));
2315 audio_content = answer->GetContentByName("audio");
2316 EXPECT_TRUE(VerifyNoCNCodecs(audio_content));
2335 const ContentInfo* audio_content = GetFirstAudioContent(updated_offer.get()); local
2338 ASSERT_TRUE(audio_content != nullptr);
2341 EXPECT_EQ("audio_modified", audio_content->name);
/external/webrtc/webrtc/tools/agc/
H A Dactivity_metric.cc44 DEFINE_string(audio_content, "", "name of a file where audio content is written"

Completed in 157 milliseconds