Searched refs:GetREDStatus (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.h79 virtual int GetREDStatus(int channel, bool& enabled, int& redPayloadtype);
H A Dvoe_rtp_rtcp_impl.cc437 int VoERTP_RTCPImpl::GetREDStatus(int channel, function in class:webrtc::VoERTP_RTCPImpl
442 "GetREDStatus(channel=%d, enabled=?, redPayloadtype=?)",
455 "GetREDStatus() failed to locate channel");
458 return channelPtr->GetREDStatus(enabled, redPayloadtype);
461 "GetREDStatus() RED is not supported");
H A Dchannel.h345 int GetREDStatus(bool& enabled, int& redPayloadtype);
H A Dchannel.cc3505 Channel::GetREDStatus(bool& enabled, int& redPayloadtype) function in class:webrtc::voe::Channel
3515 "GetREDStatus() failed to retrieve RED PT from RTP/RTCP "
3521 "GetREDStatus() => enabled=%d, redPayloadtype=%d",
3527 "GetREDStatus() => enabled=%d", enabled);
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h212 // TODO(minyue): Make GetREDStatus() pure virtual when fakewebrtcvoiceengine
214 virtual int GetREDStatus( function in class:webrtc::VoERTP_RTCP
227 // GetREDStatus() in fakewebrtcvoiceengine.
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h997 WEBRTC_FUNC(GetREDStatus, (int channel, bool& enable, int& redPayloadtype)) {
1001 // TODO(minyue): remove the below function when transition to GetREDStatus

Completed in 98 milliseconds