HomeSort by relevance Sort by last modified time
    Searched refs:RTPDirections (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_rtp_rtcp_impl.h 91 RTPDirections direction = kRtpIncoming);
94 RTPDirections direction = kRtpIncoming);
97 RTPDirections direction = kRtpIncoming);
channel.h 349 int StartRTPDump(const char fileNameUTF8[1024], RTPDirections direction);
350 int StopRTPDump(RTPDirections direction);
351 bool RTPDumpIsActive(RTPDirections direction);
voe_rtp_rtcp_impl.cc 509 RTPDirections direction)
531 int VoERTP_RTCPImpl::StopRTPDump(int channel, RTPDirections direction)
551 int VoERTP_RTCPImpl::RTPDumpIsActive(int channel, RTPDirections direction)
channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_rtp_rtcp.h 245 RTPDirections direction = kRtpIncoming) = 0;
250 int channel, RTPDirections direction = kRtpIncoming) = 0;
255 int channel, RTPDirections direction = kRtpIncoming) = 0;
  /external/chromium_org/third_party/webrtc/video_engine/
vie_rtp_rtcp_impl.h 128 RTPDirections direction);
129 virtual int StopRTPDump(const int video_channel, RTPDirections direction);
vie_channel.h 222 RTPDirections direction);
223 int32_t StopRTPDump(RTPDirections direction);
vie_rtp_rtcp_impl.cc 834 RTPDirections direction) {
853 RTPDirections direction) {
    [all...]
vie_channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_rtp_rtcp.h 441 RTPDirections direction) = 0;
446 RTPDirections direction) = 0;
  /external/webrtc/src/
common_types.h 227 enum RTPDirections
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
voice_engine_jni.cc 408 static_cast<webrtc::RTPDirections>(direction));
415 channel, static_cast<webrtc::RTPDirections>(direction));
video_engine_jni.cc 644 channel, filename.c_str(), static_cast<webrtc::RTPDirections>(direction));
651 channel, static_cast<webrtc::RTPDirections>(direction));
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h     [all...]
fakewebrtcvideoengine.h     [all...]
  /external/chromium_org/third_party/webrtc/
common_types.h 301 enum RTPDirections
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_rtp_rtcp.cc 841 tbChannel.videoChannel, dumpName, (webrtc::RTPDirections) 3));
    [all...]

Completed in 57 milliseconds