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 697 typename T::Content update_content; local
698 update_content.set_partial(true);
700 &update_content);
701 EXPECT_TRUE(channel1_->SetRemoteContent(&update_content, CA_UPDATE));
703 EXPECT_TRUE(CodecMatches(update_content.codecs()[0],
710 EXPECT_TRUE(CodecMatches(update_content.codecs()[0],
    [all...]

Completed in 630 milliseconds