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 74 int ViESender::StopRTPDump() {
vie_receiver.cc 375 int ViEReceiver::StopRTPDump() {
vie_rtp_rtcp_impl.cc 861 int ViERTP_RTCPImpl::StopRTPDump(const int video_channel,
871 if (vie_channel->StopRTPDump(direction) != 0) {
    [all...]
vie_channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_rtp_rtcp_impl.cc 511 int VoERTP_RTCPImpl::StopRTPDump(int channel, RTPDirections direction)
514 "StopRTPDump(channel=%d, direction=%d)", channel, direction);
525 "StopRTPDump() failed to locate channel");
528 return channelPtr->StopRTPDump(direction);
546 "StopRTPDump() failed to locate channel");
channel.cc     [all...]

Completed in 1526 milliseconds