Searched refs:kRtpIncoming (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/webrtc/voice_engine/ |
D | voe_rtp_rtcp_impl.h | 89 RTPDirections direction = kRtpIncoming); 92 RTPDirections direction = kRtpIncoming); 95 RTPDirections direction = kRtpIncoming);
|
D | channel.cc | 3574 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/ |
D | voe_rtp_rtcp.h | 247 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/ |
D | rtp_rtcp_test.cc | 165 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/ |
D | vie_autotest_rtp_rtcp.cc | 485 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/ |
D | common_types.h | 229 kRtpIncoming = 0, enumerator
|
/external/chromium_org/third_party/webrtc/ |
D | common_types.h | 313 kRtpIncoming = 0, enumerator
|
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_channel.cc | 1255 if (direction == kRtpIncoming) { in StartRTPDump() 1263 if (direction == kRtpIncoming) { in StopRTPDump()
|