• Home
  • Raw
  • Download

Lines Matching defs:ssrc

51                        uint32_t ssrc,  in SetRawAudioSink_w()
89 uint32_t ssrc; member
97 uint32_t ssrc; member
105 uint32_t ssrc; member
113 uint32_t ssrc; member
395 bool BaseChannel::RemoveRecvStream(uint32_t ssrc) { in RemoveRecvStream()
404 bool BaseChannel::RemoveSendStream(uint32_t ssrc) { in RemoveSendStream()
631 uint32_t ssrc = 0; in SendPacket() local
715 uint32_t ssrc = 0; in HandlePacket() local
1140 bool BaseChannel::RemoveRecvStream_w(uint32_t ssrc) { in RemoveRecvStream_w()
1359 bool VoiceChannel::SetAudioSend(uint32_t ssrc, in SetAudioSend()
1388 bool VoiceChannel::InsertDtmf(uint32_t ssrc, in InsertDtmf()
1395 bool VoiceChannel::SetOutputVolume(uint32_t ssrc, double volume) { in SetOutputVolume()
1401 uint32_t ssrc, in SetRawAudioSink()
1597 bool VoiceChannel::InsertDtmf_w(uint32_t ssrc, in InsertDtmf_w()
1682 bool VideoChannel::SetRenderer(uint32_t ssrc, VideoRenderer* renderer) { in SetRenderer()
1692 bool VideoChannel::AddScreencast(uint32_t ssrc, VideoCapturer* capturer) { in AddScreencast()
1697 bool VideoChannel::SetCapturer(uint32_t ssrc, VideoCapturer* capturer) { in SetCapturer()
1702 bool VideoChannel::RemoveScreencast(uint32_t ssrc) { in RemoveScreencast()
1722 bool VideoChannel::SetVideoSend(uint32_t ssrc, in SetVideoSend()
1898 bool VideoChannel::AddScreencast_w(uint32_t ssrc, VideoCapturer* capturer) { in AddScreencast_w()
1907 bool VideoChannel::RemoveScreencast_w(uint32_t ssrc) { in RemoveScreencast_w()
1922 void VideoChannel::OnScreencastWindowEvent_s(uint32_t ssrc, in OnScreencastWindowEvent_s()
1962 void VideoChannel::OnScreencastWindowEvent(uint32_t ssrc, in OnScreencastWindowEvent()
1984 uint32_t ssrc = 0; in OnStateChange() local
1992 bool VideoChannel::GetLocalSsrc(const VideoCapturer* capturer, uint32_t* ssrc) { in GetLocalSsrc()
2298 void DataChannel::OnDataChannelError(uint32_t ssrc, in OnDataChannelError()