Searched refs:GetREDStatus (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | voe_rtp_rtcp_impl.h | 77 int GetREDStatus(int channel, bool& enabled, int& redPayloadtype) override;
|
D | voe_rtp_rtcp_impl.cc | 389 int VoERTP_RTCPImpl::GetREDStatus(int channel, in GetREDStatus() function in webrtc::VoERTP_RTCPImpl 404 return channelPtr->GetREDStatus(enabled, redPayloadtype); in GetREDStatus()
|
D | channel.h | 355 int GetREDStatus(bool& enabled, int& redPayloadtype);
|
D | channel.cc | 3290 Channel::GetREDStatus(bool& enabled, int& redPayloadtype) in GetREDStatus() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_rtp_rtcp.h | 200 virtual int GetREDStatus(int channel, bool& enabled, int& redPayloadtype) { in GetREDStatus() function
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 297 MOCK_METHOD3(GetREDStatus,
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 638 WEBRTC_FUNC(GetREDStatus, (int channel, bool& enable, int& redPayloadtype)) {
|