OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rtp_rtcp_modules_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/video/
vie_channel.cc
123
rtp_rtcp_modules_
(
140
vie_receiver_.SetRtpRtcpModule(
rtp_rtcp_modules_
[0]);
149
module_process_thread_->RegisterModule(
rtp_rtcp_modules_
[0]);
151
rtp_rtcp_modules_
[0]->SetKeyFrameRequestMethod(kKeyFrameReqPliRtcp);
153
for (RtpRtcp* rtp_rtcp :
rtp_rtcp_modules_
)
156
packet_router_->AddRtpModule(
rtp_rtcp_modules_
[0]);
158
std::list<RtpRtcp*> send_rtp_modules(1,
rtp_rtcp_modules_
[0]);
185
packet_router_->RemoveRtpModule(
rtp_rtcp_modules_
[i]);
186
for (RtpRtcp* rtp_rtcp :
rtp_rtcp_modules_
) {
260
if (
rtp_rtcp_modules_
[0]->RtxSendStatus() != kRtxOff)
[
all
...]
vie_channel.h
448
const std::vector<RtpRtcp*>
rtp_rtcp_modules_
;
member in class:webrtc::ViEChannel
Completed in 40 milliseconds