Searched refs:kRtpOutgoing (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Drtp_rtcp_test.cc167 channel_, outgoing_filename.c_str(), webrtc::kRtpOutgoing));
172 EXPECT_EQ(0, voe_rtp_rtcp_->StopRTPDump(channel_, webrtc::kRtpOutgoing));
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_record.cc435 video_rtp_filename.c_str(), webrtc::kRtpOutgoing);
437 audio_rtp_filename.c_str(), webrtc::kRtpOutgoing);
458 ptrViERtpRtcp->StopRTPDump(videoChannel, webrtc::kRtpOutgoing);
459 ptrVoERtpRtcp->StopRTPDump(audio_channel, webrtc::kRtpOutgoing);
H A Dvie_autotest_rtp_rtcp.cc487 tbChannel.videoChannel, outDumpName.c_str(), webrtc::kRtpOutgoing));
500 tbChannel.videoChannel, webrtc::kRtpOutgoing));
835 tbChannel.videoChannel, dumpName, webrtc::kRtpOutgoing));
837 tbChannel.videoChannel, webrtc::kRtpOutgoing));
839 tbChannel.videoChannel, webrtc::kRtpOutgoing));
/external/webrtc/src/
H A Dcommon_types.h230 kRtpOutgoing enumerator in enum:webrtc::RTPDirections
/external/chromium_org/third_party/webrtc/
H A Dcommon_types.h314 kRtpOutgoing enumerator in enum:webrtc::RTPDirections
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.cc3574 if ((direction != kRtpIncoming) && (direction != kRtpOutgoing))
3607 if ((direction != kRtpIncoming) && (direction != kRtpOutgoing))
3632 (direction != kRtpOutgoing))

Completed in 108 milliseconds