Searched refs:RTPDirections (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.h89 RTPDirections direction = kRtpIncoming);
92 RTPDirections direction = kRtpIncoming);
95 RTPDirections direction = kRtpIncoming);
H A Dchannel.h349 int StartRTPDump(const char fileNameUTF8[1024], RTPDirections direction);
350 int StopRTPDump(RTPDirections direction);
351 bool RTPDumpIsActive(RTPDirections direction);
H A Dvoe_rtp_rtcp_impl.cc489 RTPDirections direction)
511 int VoERTP_RTCPImpl::StopRTPDump(int channel, RTPDirections direction)
531 int VoERTP_RTCPImpl::RTPDumpIsActive(int channel, RTPDirections direction)
H A Dchannel.cc3570 RTPDirections direction)
3603 Channel::StopRTPDump(RTPDirections direction)
3629 Channel::RTPDumpIsActive(RTPDirections direction)
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A 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/video_engine/
H A Dvie_rtp_rtcp_impl.h131 RTPDirections direction);
132 virtual int StopRTPDump(const int video_channel, RTPDirections direction);
H A Dvie_channel.h226 RTPDirections direction);
227 int32_t StopRTPDump(RTPDirections direction);
H A Dvie_rtp_rtcp_impl.cc843 RTPDirections direction) {
862 RTPDirections direction) {
H A Dvie_channel.cc1254 RTPDirections direction) {
1262 int32_t ViEChannel::StopRTPDump(RTPDirections direction) {
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_rtp_rtcp.h457 RTPDirections direction) = 0;
462 RTPDirections direction) = 0;
/external/webrtc/src/
H A Dcommon_types.h227 enum RTPDirections enum in namespace:webrtc
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dvoice_engine_jni.cc408 static_cast<webrtc::RTPDirections>(direction));
415 channel, static_cast<webrtc::RTPDirections>(direction));
H A Dvideo_engine_jni.cc644 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/
H A Dfakewebrtcvoiceengine.h1016 webrtc::RTPDirections direction));
1017 WEBRTC_STUB(StopRTPDump, (int channel, webrtc::RTPDirections direction));
1018 WEBRTC_STUB(RTPDumpIsActive, (int channel, webrtc::RTPDirections direction));
H A Dfakewebrtcvideoengine.h1223 WEBRTC_STUB(StartRTPDump, (const int, const char*, webrtc::RTPDirections));
1224 WEBRTC_STUB(StopRTPDump, (const int, webrtc::RTPDirections));
/external/chromium_org/third_party/webrtc/
H A Dcommon_types.h311 enum RTPDirections enum in namespace:webrtc
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_rtp_rtcp.cc841 tbChannel.videoChannel, dumpName, (webrtc::RTPDirections) 3));

Completed in 1400 milliseconds