HomeSort by relevance Sort by last modified time
    Searched refs:rtp_rtcp (Results 26 - 47 of 47) sorted by null

12

  /external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 85 if (!veData1.rtp_rtcp) \
128 VoERTP_RTCP* rtp_rtcp; member in struct:__anon20151
713 /* if (veData1.rtp_rtcp->SetREDStatus(channel, 1) != 0)
758 /* if (veData1.rtp_rtcp->SetREDStatus(channel, 0) != 0)
1145 if (veData1.rtp_rtcp->SetREDStatus(0, enable, -1) != 0)
1240 veData.rtp_rtcp = VoERTP_RTCP::GetInterface(veData.ve);
1241 if (!veData.rtp_rtcp)
1244 "Get rtp_rtcp sub-API failed");
    [all...]
Android.mk 36 include $(MY_WEBRTC_ROOT_PATH)/$(MY_WEBRTC_SRC_PATH)/src/modules/rtp_rtcp/source/Android.mk
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_base.cc 56 ConfigureRtpRtcp(interfaces.rtp_rtcp, kNack, video_channel);
70 base_interface, interfaces.network, interfaces.rtp_rtcp,
vie_autotest_network.cc 52 EXPECT_EQ(0, ViE.rtp_rtcp->SetKeyFrameRequestMethod(
  /external/chromium_org/third_party/webrtc/voice_engine/
Android.mk 65 $(LOCAL_PATH)/../../../modules/rtp_rtcp/interface \
  /external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 59 VoERTP_RTCP* rtp_rtcp = NULL; variable
133 rtp_rtcp = VoERTP_RTCP::GetInterface(m_voe);
194 if (rtp_rtcp)
195 rtp_rtcp->Release();
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
nack_rtx_unittest.cc 18 #include "webrtc/modules/rtp_rtcp/interface/receive_statistics.h"
19 #include "webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h"
20 #include "webrtc/modules/rtp_rtcp/interface/rtp_payload_registry.h"
21 #include "webrtc/modules/rtp_rtcp/interface/rtp_receiver.h"
22 #include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h"
23 #include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h"
55 TestRtpFeedback(RtpRtcp* rtp_rtcp) : rtp_rtcp_(rtp_rtcp) {}
  /external/chromium_org/third_party/webrtc/video_engine/
Android.mk 63 $(LOCAL_PATH)/../modules/rtp_rtcp/interface \
vie_receiver.cc 16 #include "webrtc/modules/rtp_rtcp/interface/fec_receiver.h"
17 #include "webrtc/modules/rtp_rtcp/interface/receive_statistics.h"
18 #include "webrtc/modules/rtp_rtcp/interface/remote_ntp_time_estimator.h"
19 #include "webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h"
20 #include "webrtc/modules/rtp_rtcp/interface/rtp_payload_registry.h"
21 #include "webrtc/modules/rtp_rtcp/interface/rtp_receiver.h"
22 #include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h"
330 RtpRtcp* rtp_rtcp = *it++; local
331 rtp_rtcp->IncomingRtcpPacket(rtcp_packet, rtcp_packet_length)
    [all...]
vie_channel_group.cc 17 #include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h"
243 RtpRtcp* rtp_module = channel->rtp_rtcp();
vie_channel.h 17 #include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h"
301 RtpRtcp* rtp_rtcp();
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_rtcp.cc 17 #include "webrtc/modules/rtp_rtcp/interface/receive_statistics.h"
18 #include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h"
19 #include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h"
20 #include "webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.h"
21 #include "webrtc/modules/rtp_rtcp/test/testAPI/test_api.h"
75 TestRtpFeedback(RtpRtcp* rtp_rtcp) : rtp_rtcp_(rtp_rtcp) {}
  /external/chromium_org/
GypAndroid.darwin-arm.mk 316 include $(LOCAL_PATH)/third_party/webrtc/modules/rtp_rtcp.target.darwin-arm.mk
GypAndroid.darwin-arm64.mk 300 include $(LOCAL_PATH)/third_party/webrtc/modules/rtp_rtcp.target.darwin-arm64.mk
GypAndroid.darwin-mips.mk 297 include $(LOCAL_PATH)/third_party/webrtc/modules/rtp_rtcp.target.darwin-mips.mk
GypAndroid.darwin-x86.mk 312 include $(LOCAL_PATH)/third_party/webrtc/modules/rtp_rtcp.target.darwin-x86.mk
GypAndroid.darwin-x86_64.mk 312 include $(LOCAL_PATH)/third_party/webrtc/modules/rtp_rtcp.target.darwin-x86_64.mk
GypAndroid.linux-arm.mk 316 include $(LOCAL_PATH)/third_party/webrtc/modules/rtp_rtcp.target.linux-arm.mk
GypAndroid.linux-arm64.mk 300 include $(LOCAL_PATH)/third_party/webrtc/modules/rtp_rtcp.target.linux-arm64.mk
GypAndroid.linux-mips.mk 297 include $(LOCAL_PATH)/third_party/webrtc/modules/rtp_rtcp.target.linux-mips.mk
GypAndroid.linux-x86.mk 312 include $(LOCAL_PATH)/third_party/webrtc/modules/rtp_rtcp.target.linux-x86.mk
GypAndroid.linux-x86_64.mk 312 include $(LOCAL_PATH)/third_party/webrtc/modules/rtp_rtcp.target.linux-x86_64.mk

Completed in 3774 milliseconds

12