HomeSort by relevance Sort by last modified time
    Searched defs:StopRTPDump (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/webrtc/video_engine/
vie_sender.cc 73 int ViESender::StopRTPDump() {
vie_receiver.cc 374 int ViEReceiver::StopRTPDump() {
vie_rtp_rtcp_impl.cc 852 int ViERTP_RTCPImpl::StopRTPDump(const int video_channel,
862 if (vie_channel->StopRTPDump(direction) != 0) {
    [all...]
vie_channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_rtp_rtcp_impl.cc 531 int VoERTP_RTCPImpl::StopRTPDump(int channel, RTPDirections direction)
534 "StopRTPDump(channel=%d, direction=%d)", channel, direction);
545 "StopRTPDump() failed to locate channel");
548 return channelPtr->StopRTPDump(direction);
566 "StopRTPDump() failed to locate channel");
channel.cc     [all...]

Completed in 93 milliseconds