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

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine_unittest.cc 150 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
155 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
194 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
554 EXPECT_TRUE(channel_->SetSendCodecs(engine_.codecs()));
574 EXPECT_TRUE(channel_->SetSendCodecs(engine_.codecs()));
594 EXPECT_TRUE(channel_->SetSendCodecs(engine_.codecs()));
602 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
614 TEST_F(WebRtcVoiceEngineTestFake, SetSendCodecs) {
623 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
646 EXPECT_TRUE(channel_->SetSendCodecs(codecs))
    [all...]
webrtcvideoengine_unittest.cc 294 TEST_F(WebRtcVideoEngineTestFake, SetSendCodecs) {
298 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
311 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
327 EXPECT_FALSE(channel_->SetSendCodecs(codecs));
336 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
348 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
365 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
390 EXPECT_TRUE(channel_->SetSendCodecs(codecs));
415 EXPECT_TRUE(channel_->SetSendCodecs(codec_list));
427 EXPECT_TRUE(channel_->SetSendCodecs(codec_list))
    [all...]
webrtcvideoengine.h 249 virtual bool SetSendCodecs(const std::vector<VideoCodec> &codecs);
webrtcvoiceengine.h 316 virtual bool SetSendCodecs(const std::vector<AudioCodec> &codecs);
webrtcvoiceengine.cc     [all...]
webrtcvideoengine.cc     [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.cc 216 bool FileVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs) {
239 bool FileVideoChannel::SetSendCodecs(const std::vector<VideoCodec>& codecs) {
filemediaengine.h 134 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs);
169 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs);
mediachannel.h 213 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs) = 0;
438 virtual bool SetSendCodecs(const std::vector<VideoCodec> &codecs) = 0;
mediaengine.h 264 virtual bool SetSendCodecs(const std::vector<AudioCodec> &codecs) {
channel.cc 813 ret = media_channel()->SetSendCodecs(audio->codecs());
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdataengine_unittest.cc 188 EXPECT_TRUE(dmc->SetSendCodecs(known_codecs));
189 EXPECT_FALSE(dmc->SetSendCodecs(unknown_codecs));
190 EXPECT_TRUE(dmc->SetSendCodecs(mixed_codecs));
264 ASSERT_TRUE(dmc->SetSendCodecs(codecs));
327 ASSERT_TRUE(dmc1->SetSendCodecs(codecs));
328 ASSERT_TRUE(dmc2->SetSendCodecs(codecs));
372 ASSERT_TRUE(dmc->SetSendCodecs(codecs));
rtpdataengine.h 104 virtual bool SetSendCodecs(const std::vector<DataCodec>& codecs);
filemediaengine.cc 267 bool FileVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs) {
310 bool FileVideoChannel::SetSendCodecs(const std::vector<VideoCodec>& codecs) {
filemediaengine.h 185 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs);
261 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs);
hybridvideoengine.cc 142 bool HybridVideoMediaChannel::SetSendCodecs(
154 bool return_value = active_channel_->SetSendCodecs(codecs_to_set);
274 // TODO(juberti): Ensure that returning no stats until SetSendCodecs is OK.
mediachannel.h 742 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs) = 0;
816 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs) = 0;
930 virtual bool SetSendCodecs(const std::vector<DataCodec>& codecs) = 0;
    [all...]
hybridvideoengine.h 73 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs);
rtpdataengine.cc 160 bool RtpDataMediaChannel::SetSendCodecs(const std::vector<DataCodec>& codecs) {
164 "Failed to SetSendCodecs because there is no known codec.";
fakemediaengine.h 264 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs) {
266 // Fake the failure in SetSendCodecs.
493 virtual bool SetSendCodecs(const std::vector<VideoCodec>& codecs) {
495 // Fake the failure in SetSendCodecs.
618 virtual bool SetSendCodecs(const std::vector<DataCodec>& codecs) {
620 // Fake the failure in SetSendCodecs.
videoengine_unittest.h 527 success = channel_->SetSendCodecs(codecs);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.h 165 virtual bool SetSendCodecs(const std::vector<DataCodec>& codecs) {
  /external/chromium_org/third_party/libjingle/source/talk/media/other/
linphonemediaengine.h 124 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs);
linphonemediaengine.cc 163 bool LinphoneVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc     [all...]

Completed in 731 milliseconds