OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vie_rtp_rtcp
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/
vie_impl.cc
92
ViERTP_RTCPImpl*
vie_rtp_rtcp
= vie_impl;
local
93
if (
vie_rtp_rtcp
->GetCount() > 0) {
94
LOG(LS_ERROR) << "ViERTP_RTCP ref count > 0: " <<
vie_rtp_rtcp
->GetCount();
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_simulcast.cc
19
#include "webrtc/video_engine/include/
vie_rtp_rtcp
.h"
141
webrtc::ViERTP_RTCP*
vie_rtp_rtcp
=
local
143
if (
vie_rtp_rtcp
== NULL) {
237
error =
vie_rtp_rtcp
->SetRTCPStatus(video_channel,
244
vie_rtp_rtcp
->SetRembStatus(video_channel, true, false);
250
error =
vie_rtp_rtcp
->SetKeyFrameRequestMethod(
258
error =
vie_rtp_rtcp
->SetRTCPStatus(receive_channels[i],
265
vie_rtp_rtcp
->SetRembStatus(receive_channels[i], false, true);
271
error =
vie_rtp_rtcp
->SetKeyFrameRequestMethod(
394
error =
vie_rtp_rtcp
->SetLocalSSRC(video_channel, idx + 1, // SSR
[
all
...]
vie_autotest_custom_call.cc
136
void PrintRTCCPStatistics(webrtc::ViERTP_RTCP*
vie_rtp_rtcp
,
139
void PrintRTPStatistics(webrtc::ViERTP_RTCP*
vie_rtp_rtcp
,
141
void PrintBandwidthUsage(webrtc::ViERTP_RTCP*
vie_rtp_rtcp
,
165
webrtc::ViERTP_RTCP*
vie_rtp_rtcp
,
445
webrtc::ViERTP_RTCP*
vie_rtp_rtcp
=
local
451
error =
vie_rtp_rtcp
->SetRTCPStatus(video_channel,
457
error =
vie_rtp_rtcp
->SetKeyFrameRequestMethod(
464
error =
vie_rtp_rtcp
->SetRembStatus(video_channel, true, true);
468
error =
vie_rtp_rtcp
->SetTMMBRStatus(video_channel, true);
522
error =
vie_rtp_rtcp
->SetSenderBufferingMode(video_channel
[
all
...]
Completed in 95 milliseconds