Home
last modified time | relevance | path

Searched refs:kRtpIncoming (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
Dvoe_rtp_rtcp_impl.h89 RTPDirections direction = kRtpIncoming);
92 RTPDirections direction = kRtpIncoming);
95 RTPDirections direction = kRtpIncoming);
Dchannel.cc3574 if ((direction != kRtpIncoming) && (direction != kRtpOutgoing)) in StartRTPDump()
3581 RtpDump* rtpDumpPtr = (direction == kRtpIncoming) ? in StartRTPDump()
3607 if ((direction != kRtpIncoming) && (direction != kRtpOutgoing)) in StopRTPDump()
3614 RtpDump* rtpDumpPtr = (direction == kRtpIncoming) ? in StopRTPDump()
3631 if ((direction != kRtpIncoming) && in RTPDumpIsActive()
3639 RtpDump* rtpDumpPtr = (direction == kRtpIncoming) ? in RTPDumpIsActive()
/external/chromium_org/third_party/webrtc/voice_engine/include/
Dvoe_rtp_rtcp.h247 RTPDirections direction = kRtpIncoming) = 0;
252 int channel, RTPDirections direction = kRtpIncoming) = 0;
257 int channel, RTPDirections direction = kRtpIncoming) = 0;
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
Drtp_rtcp_test.cc165 channel_, incoming_filename.c_str(), webrtc::kRtpIncoming)); in TEST_F()
171 EXPECT_EQ(0, voe_rtp_rtcp_->StopRTPDump(channel_, webrtc::kRtpIncoming)); in TEST_F()
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_rtp_rtcp.cc485 tbChannel.videoChannel, inDumpName.c_str(), webrtc::kRtpIncoming)); in ViERtpRtcpStandardTest()
498 tbChannel.videoChannel, webrtc::kRtpIncoming)); in ViERtpRtcpStandardTest()
829 tbChannel.videoChannel, dumpName, webrtc::kRtpIncoming)); in ViERtpRtcpAPITest()
831 tbChannel.videoChannel, webrtc::kRtpIncoming)); in ViERtpRtcpAPITest()
833 tbChannel.videoChannel, webrtc::kRtpIncoming)); in ViERtpRtcpAPITest()
/external/webrtc/src/
Dcommon_types.h229 kRtpIncoming = 0, enumerator
/external/chromium_org/third_party/webrtc/
Dcommon_types.h313 kRtpIncoming = 0, enumerator
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_channel.cc1255 if (direction == kRtpIncoming) { in StartRTPDump()
1263 if (direction == kRtpIncoming) { in StopRTPDump()