OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetREDStatus
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_rtp_rtcp_impl.cc
389
int VoERTP_RTCPImpl::
GetREDStatus
(int channel,
401
"
GetREDStatus
() failed to locate channel");
404
return channelPtr->
GetREDStatus
(enabled, redPayloadtype);
407
"
GetREDStatus
() RED is not supported");
channel.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/include/
voe_rtp_rtcp.h
198
// TODO(minyue): Make
GetREDStatus
() pure virtual when fakewebrtcvoiceengine
200
virtual int
GetREDStatus
(int channel, bool& enabled, int& redPayloadtype) {
Completed in 40 milliseconds