Searched refs:codec_list (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine_unittest.cc553 std::vector<cricket::VideoCodec> codec_list; local
554 codec_list.push_back(codec);
555 EXPECT_TRUE(channel_->SetSendCodecs(codec_list));
564 EXPECT_TRUE(channel_->SetSendCodecs(codec_list));
571 EXPECT_TRUE(channel_->SetSendCodecs(codec_list));
579 EXPECT_TRUE(channel_->SetSendCodecs(codec_list));
600 std::vector<cricket::VideoCodec> codec_list; local
601 codec_list.push_back(codec);
604 EXPECT_TRUE(channel_->SetSendCodecs(codec_list));
616 std::vector<cricket::VideoCodec> codec_list; local
649 std::vector<cricket::VideoCodec> codec_list; local
668 std::vector<cricket::VideoCodec> codec_list; local
747 std::vector<cricket::VideoCodec> codec_list; local
783 std::vector<cricket::VideoCodec> codec_list; local
1556 std::vector<cricket::VideoCodec> codec_list; local
1708 std::vector<cricket::VideoCodec> codec_list; local
1835 std::vector<cricket::VideoCodec> codec_list; local
[all...]
H A Dwebrtcvideoengine2_unittest.cc765 std::vector<cricket::VideoCodec> codec_list; local
766 codec_list.push_back(kVp8Codec);
767 EXPECT_TRUE(channel_->SetSendCodecs(codec_list));
790 EXPECT_TRUE(channel_->SetSendCodecs(codec_list));
797 EXPECT_TRUE(channel_->SetSendCodecs(codec_list));
805 EXPECT_TRUE(channel_->SetSendCodecs(codec_list));

Completed in 103 milliseconds