Home
last modified time | relevance | path

Searched refs:GetReceiveChannelId (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc1959 if (GetReceiveChannelId(ssrc) != -1) { in AddRecvStream()
2121 int ch_id = GetReceiveChannelId(ssrc); in SetOutputVolume()
2179 if (default_recv_ssrc_ == -1 && GetReceiveChannelId(ssrc) == -1) { in OnPacketReceived()
2210 int channel = GetReceiveChannelId(ssrc); in OnPacketReceived()
2245 int recv_channel_id = GetReceiveChannelId(ssrc); in OnRtcpReceived()
2432 int WebRtcVoiceMediaChannel::GetReceiveChannelId(uint32_t ssrc) const { in GetReceiveChannelId() function in cricket::WebRtcVoiceMediaChannel
Dwebrtcvoiceengine.h220 int GetReceiveChannelId(uint32_t ssrc) const;
Dwebrtcvoiceengine_unittest.cc2844 EXPECT_EQ(-1, media_channel->GetReceiveChannelId(0)); in TEST_F()
2848 EXPECT_EQ(channel_id, media_channel->GetReceiveChannelId(kSsrc1)); in TEST_F()
2849 EXPECT_EQ(-1, media_channel->GetReceiveChannelId(kSsrc2)); in TEST_F()
2853 EXPECT_EQ(channel_id2, media_channel->GetReceiveChannelId(kSsrc2)); in TEST_F()