Home | History | Annotate | Download | only in webrtc

Lines Matching refs:send_ssrc

3403   uint32_t send_ssrc = channel->send_streams()[0].first_ssrc();
3404 EXPECT_FALSE(channel->IsStreamMuted(send_ssrc));
3410 session_->SetAudioSend(send_ssrc, false, options, renderer.get());
3411 EXPECT_TRUE(channel->IsStreamMuted(send_ssrc));
3416 session_->SetAudioSend(send_ssrc, true, options, NULL);
3417 EXPECT_FALSE(channel->IsStreamMuted(send_ssrc));
3429 uint32_t send_ssrc = channel->send_streams()[0].first_ssrc();
3433 session_->SetAudioSend(send_ssrc, true, options, renderer.get());
3442 session_->SetAudioSend(send_ssrc, true, options, NULL);
3469 uint32_t send_ssrc = channel->send_streams()[0].first_ssrc();
3470 EXPECT_FALSE(channel->IsStreamMuted(send_ssrc));
3472 session_->SetVideoSend(send_ssrc, false, options);
3473 EXPECT_TRUE(channel->IsStreamMuted(send_ssrc));
3474 session_->SetVideoSend(send_ssrc, true, options);
3475 EXPECT_FALSE(channel->IsStreamMuted(send_ssrc));
3502 const uint32_t send_ssrc = channel->send_streams()[0].first_ssrc();
3503 EXPECT_TRUE(CompareDtmfInfo(channel->dtmf_info_queue()[0], send_ssrc, 0,
3505 EXPECT_TRUE(CompareDtmfInfo(channel->dtmf_info_queue()[1], send_ssrc, 1,
3507 EXPECT_TRUE(CompareDtmfInfo(channel->dtmf_info_queue()[2], send_ssrc, 2,