OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtp_rtcp
(Results
1 - 12
of
12
) sorted by null
/external/webrtc/webrtc/video/
vie_remb.h
21
#include "webrtc/modules/
rtp_rtcp
/include/rtp_rtcp_defines.h"
35
void AddReceiveChannel(RtpRtcp*
rtp_rtcp
);
38
void RemoveReceiveChannel(RtpRtcp*
rtp_rtcp
);
41
void AddRembSender(RtpRtcp*
rtp_rtcp
);
44
void RemoveRembSender(RtpRtcp*
rtp_rtcp
);
vie_remb.cc
17
#include "webrtc/modules/
rtp_rtcp
/include/
rtp_rtcp
.h"
39
void VieRemb::AddReceiveChannel(RtpRtcp*
rtp_rtcp
) {
40
assert(
rtp_rtcp
);
43
if (std::find(receive_modules_.begin(), receive_modules_.end(),
rtp_rtcp
) !=
49
receive_modules_.push_back(
rtp_rtcp
);
52
void VieRemb::RemoveReceiveChannel(RtpRtcp*
rtp_rtcp
) {
53
assert(
rtp_rtcp
);
58
if ((*it) ==
rtp_rtcp
) {
65
void VieRemb::AddRembSender(RtpRtcp*
rtp_rtcp
) {
[
all
...]
vie_channel.cc
26
#include "webrtc/modules/
rtp_rtcp
/include/rtp_receiver.h"
27
#include "webrtc/modules/
rtp_rtcp
/include/
rtp_rtcp
.h"
153
for (RtpRtcp*
rtp_rtcp
: rtp_rtcp_modules_)
154
rtp_rtcp
->SetStorePacketsStatus(true, nack_history_size_sender_);
186
for (RtpRtcp*
rtp_rtcp
: rtp_rtcp_modules_) {
187
module_process_thread_->DeRegisterModule(
rtp_rtcp
);
188
delete
rtp_rtcp
;
382
for (RtpRtcp*
rtp_rtcp
: deregistered_modules) {
383
rtp_rtcp
->SetSendingStatus(false)
668
RtpRtcp*
rtp_rtcp
=
rtp_rtcp
_modules_[simulcast_idx];
local
894
RtpRtcp*
rtp_rtcp
=
rtp_rtcp
_modules_[i];
local
953
RtpRtcp* ViEChannel::
rtp_rtcp
() {
function in class:webrtc::ViEChannel
1131
RtpRtcp*
rtp_rtcp
= RtpRtcp::CreateRtpRtcp(configuration);
local
[
all
...]
vie_sync_module.cc
15
#include "webrtc/modules/
rtp_rtcp
/include/rtp_receiver.h"
16
#include "webrtc/modules/
rtp_rtcp
/include/
rtp_rtcp
.h"
25
const RtpRtcp&
rtp_rtcp
, const RtpReceiver& receiver) {
34
if (0 !=
rtp_rtcp
.RemoteNTP(&ntp_secs,
video_receive_stream.cc
202
vie_channel_->
rtp_rtcp
());
297
vie_channel_->
rtp_rtcp
());
vie_receiver.cc
17
#include "webrtc/modules/
rtp_rtcp
/include/fec_receiver.h"
18
#include "webrtc/modules/
rtp_rtcp
/include/receive_statistics.h"
19
#include "webrtc/modules/
rtp_rtcp
/include/remote_ntp_time_estimator.h"
20
#include "webrtc/modules/
rtp_rtcp
/include/rtp_cvo.h"
21
#include "webrtc/modules/
rtp_rtcp
/include/rtp_header_parser.h"
22
#include "webrtc/modules/
rtp_rtcp
/include/rtp_payload_registry.h"
23
#include "webrtc/modules/
rtp_rtcp
/include/rtp_receiver.h"
24
#include "webrtc/modules/
rtp_rtcp
/include/
rtp_rtcp
.h"
418
for (RtpRtcp*
rtp_rtcp
: rtp_rtcp_simulcast_
[
all
...]
video_send_stream.cc
193
vie_channel_->
rtp_rtcp
());
262
vie_channel_->
rtp_rtcp
());
vie_channel.h
22
#include "webrtc/modules/
rtp_rtcp
/include/
rtp_rtcp
.h"
23
#include "webrtc/modules/
rtp_rtcp
/include/rtp_rtcp_defines.h"
217
RtpRtcp*
rtp_rtcp
();
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc
85
if (!veData1.
rtp_rtcp
) \
128
VoERTP_RTCP*
rtp_rtcp
;
member in struct:__anon28204
702
/* if (veData1.
rtp_rtcp
->SetREDStatus(channel, 1) != 0)
747
/* if (veData1.
rtp_rtcp
->SetREDStatus(channel, 0) != 0)
1192
veData.
rtp_rtcp
= VoERTP_RTCP::GetInterface(veData.ve);
1193
if (!veData.
rtp_rtcp
)
1196
"Get
rtp_rtcp
sub-API failed");
[
all
...]
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_rtcp.cc
17
#include "webrtc/modules/
rtp_rtcp
/include/receive_statistics.h"
18
#include "webrtc/modules/
rtp_rtcp
/include/
rtp_rtcp
.h"
19
#include "webrtc/modules/
rtp_rtcp
/include/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"
55
explicit TestRtpFeedback(RtpRtcp*
rtp_rtcp
) : rtp_rtcp_(
rtp_rtcp
) {}
/external/webrtc/webrtc/modules/rtp_rtcp/source/
nack_rtx_unittest.cc
19
#include "webrtc/modules/
rtp_rtcp
/include/receive_statistics.h"
20
#include "webrtc/modules/
rtp_rtcp
/include/rtp_header_parser.h"
21
#include "webrtc/modules/
rtp_rtcp
/include/rtp_payload_registry.h"
22
#include "webrtc/modules/
rtp_rtcp
/include/rtp_receiver.h"
23
#include "webrtc/modules/
rtp_rtcp
/include/
rtp_rtcp
.h"
24
#include "webrtc/modules/
rtp_rtcp
/include/rtp_rtcp_defines.h"
56
explicit TestRtpFeedback(RtpRtcp*
rtp_rtcp
) : rtp_rtcp_(
rtp_rtcp
) {}
/external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc
61
VoERTP_RTCP*
rtp_rtcp
= NULL;
variable
135
rtp_rtcp
= VoERTP_RTCP::GetInterface(m_voe);
196
if (
rtp_rtcp
)
197
rtp_rtcp
->Release();
469
res =
rtp_rtcp
->SetREDStatus(chan, true, cinst.pltype);
Completed in 554 milliseconds