OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetREDStatus
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_rtp_rtcp_impl.h
77
int
GetREDStatus
(int channel, bool& enabled, int& redPayloadtype) override;
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.h
355
int
GetREDStatus
(bool& enabled, int& redPayloadtype);
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) {
/external/webrtc/webrtc/test/
mock_voice_engine.h
297
MOCK_METHOD3(
GetREDStatus
,
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
638
WEBRTC_FUNC(
GetREDStatus
, (int channel, bool& enable, int& redPayloadtype)) {
Completed in 48 milliseconds