HomeSort by relevance Sort by last modified time
    Searched full:update_content (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc 709 typename T::Content update_content; local
710 update_content.set_partial(true);
712 &update_content);
713 EXPECT_TRUE(channel1_->SetRemoteContent(&update_content, CA_UPDATE, NULL));
715 EXPECT_TRUE(CodecMatches(update_content.codecs()[0],
722 EXPECT_TRUE(CodecMatches(update_content.codecs()[0],
    [all...]

Completed in 142 milliseconds