Home | History | Annotate | Download | only in media

Lines Matching refs:SECURE

127   enum Flags { RTCP = 0x1, RTCP_MUX = 0x2, SECURE = 0x4, SSRC_MUX = 0x8,
196 flags1 = (flags1 & ~SECURE);
197 flags2 = (flags2 & ~SECURE);
474 CreateContent(SECURE, kPcmuCodec, kH264Codec, &content);
549 EXPECT_FALSE(channel1_->secure());
657 CreateContent(RTCP | RTCP_MUX | SECURE,
874 CreateContent(SECURE, kPcmuCodec, kH264Codec, &content3);
886 CreateContent(SECURE, kPcmuCodec, kH264Codec, &content4);
893 EXPECT_TRUE(channel1_->secure());
894 EXPECT_TRUE(channel2_->secure());
1010 EXPECT_FALSE(channel1_->secure());
1015 EXPECT_FALSE(channel1_->secure());
1211 int flags1 = RTCP | SECURE | flags1_in;
1212 int flags2 = RTCP | SECURE | flags2_in;
1216 EXPECT_FALSE(channel1_->secure());
1217 EXPECT_FALSE(channel2_->secure());
1222 EXPECT_TRUE(channel1_->secure());
1223 EXPECT_TRUE(channel2_->secure());
1242 CreateChannels(RTCP | SECURE, RTCP);
1243 secure());
1244 EXPECT_FALSE(channel2_->secure());
1247 EXPECT_FALSE(channel1_->secure());
1248 EXPECT_FALSE(channel2_->secure());
1268 CreateChannels(SSRC_MUX | RTCP | RTCP_MUX | SECURE,
1269 SSRC_MUX | RTCP | RTCP_MUX | SECURE);
1272 EXPECT_TRUE(channel1_->secure());
1273 EXPECT_TRUE(channel2_->secure());
1291 EXPECT_TRUE(channel1_->secure());
1292 EXPECT_TRUE(channel2_->secure());
1330 CreateChannels(RTCP | SECURE, RTCP | SECURE);
1405 const int* pl_types, int len, bool rtcp_mux, bool secure) {
1413 if (secure) flags |= SECURE;
1740 CreateChannels(RTCP | SECURE, RTCP | SECURE);
1741 EXPECT_FALSE(channel1_->secure());
1742 EXPECT_FALSE(channel2_->secure());
1745 EXPECT_TRUE(channel1_->secure());
1746 EXPECT_TRUE(channel2_->secure());
1853 if (flags & SECURE) {
1943 if (flags & SECURE) {
2732 if (flags & SECURE) {