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

  /external/webrtc/talk/session/media/
srtpfilter_unittest.cc 511 EXPECT_TRUE(f1_.SetRtpParams(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1,
514 EXPECT_TRUE(f2_.SetRtpParams(rtc::SRTP_AES128_CM_SHA1_80, kTestKey2,
530 EXPECT_TRUE(f1_.SetRtpParams(rtc::SRTP_AES128_CM_SHA1_32, kTestKey1,
533 EXPECT_TRUE(f2_.SetRtpParams(rtc::SRTP_AES128_CM_SHA1_32, kTestKey2,
549 EXPECT_FALSE(f1_.SetRtpParams(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1,
559 EXPECT_TRUE(f1_.SetRtpParams(rtc::SRTP_AES128_CM_SHA1_32, kTestKey1,
    [all...]
srtpfilter.h 107 bool SetRtpParams(int send_cs,
srtpfilter.cc 149 bool SrtpFilter::SetRtpParams(int send_cs,
189 // SetRtpParams
channel.cc     [all...]

Completed in 861 milliseconds