OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetNACKStatus
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_rtp_rtcp_impl.cc
412
int VoERTP_RTCPImpl::
SetNACKStatus
(int channel, bool enable, int maxNoPackets) {
414
"
SetNACKStatus
(channel=%d, enable=%d, maxNoPackets=%d)", channel,
421
"
SetNACKStatus
() failed to locate channel");
424
channelPtr->
SetNACKStatus
(enable, maxNoPackets);
channel.cc
[
all
...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_receiver_impl.cc
133
void RtpReceiverImpl::
SetNACKStatus
(const NACKMethod method) {
Completed in 130 milliseconds