Searched refs:RTPDirections (Results 1 – 17 of 17) 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 | voe_rtp_rtcp_impl.cc | 489 RTPDirections direction) in StartRTPDump() 511 int VoERTP_RTCPImpl::StopRTPDump(int channel, RTPDirections direction) in StopRTPDump() 531 int VoERTP_RTCPImpl::RTPDumpIsActive(int channel, RTPDirections direction) in RTPDumpIsActive()
|
D | channel.h | 349 int StartRTPDump(const char fileNameUTF8[1024], RTPDirections direction); 350 int StopRTPDump(RTPDirections direction); 351 bool RTPDumpIsActive(RTPDirections direction);
|
D | channel.cc | 3570 RTPDirections direction) in StartRTPDump() 3603 Channel::StopRTPDump(RTPDirections direction) in StopRTPDump() 3629 Channel::RTPDumpIsActive(RTPDirections direction) 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/video_engine/ |
D | vie_rtp_rtcp_impl.h | 131 RTPDirections direction); 132 virtual int StopRTPDump(const int video_channel, RTPDirections direction);
|
D | vie_channel.h | 226 RTPDirections direction); 227 int32_t StopRTPDump(RTPDirections direction);
|
D | vie_rtp_rtcp_impl.cc | 843 RTPDirections direction) { in StartRTPDump() 862 RTPDirections direction) { in StopRTPDump()
|
D | vie_channel.cc | 1254 RTPDirections direction) { in StartRTPDump() 1262 int32_t ViEChannel::StopRTPDump(RTPDirections direction) { in StopRTPDump()
|
/external/chromium_org/third_party/webrtc/video_engine/include/ |
D | vie_rtp_rtcp.h | 457 RTPDirections direction) = 0; 462 RTPDirections direction) = 0;
|
/external/webrtc/src/ |
D | common_types.h | 227 enum RTPDirections enum
|
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/ |
D | voice_engine_jni.cc | 408 static_cast<webrtc::RTPDirections>(direction)); in JOWW() 415 channel, static_cast<webrtc::RTPDirections>(direction)); in JOWW()
|
D | video_engine_jni.cc | 644 channel, filename.c_str(), static_cast<webrtc::RTPDirections>(direction)); in JOWW() 651 channel, static_cast<webrtc::RTPDirections>(direction)); in JOWW()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 1016 webrtc::RTPDirections direction)); 1017 WEBRTC_STUB(StopRTPDump, (int channel, webrtc::RTPDirections direction)); 1018 WEBRTC_STUB(RTPDumpIsActive, (int channel, webrtc::RTPDirections direction));
|
D | fakewebrtcvideoengine.h | 1223 WEBRTC_STUB(StartRTPDump, (const int, const char*, webrtc::RTPDirections)); 1224 WEBRTC_STUB(StopRTPDump, (const int, webrtc::RTPDirections));
|
/external/chromium_org/third_party/webrtc/ |
D | common_types.h | 311 enum RTPDirections enum
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
D | vie_autotest_rtp_rtcp.cc | 841 tbChannel.videoChannel, dumpName, (webrtc::RTPDirections) 3)); in ViERtpRtcpAPITest()
|