OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetRTCPStatus
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/voice_engine/
voe_rtp_rtcp_impl.cc
255
int VoERTP_RTCPImpl::
GetRTCPStatus
(int channel, bool& enabled)
258
"
GetRTCPStatus
(channel=%d)", channel);
269
"
GetRTCPStatus
() failed to locate channel");
272
return channelPtr->
GetRTCPStatus
(enabled);
channel.cc
[
all
...]
/external/chromium_org/third_party/webrtc/video_engine/
vie_rtp_rtcp_impl.cc
302
int ViERTP_RTCPImpl::
GetRTCPStatus
(const int video_channel,
[
all
...]
Completed in 1307 milliseconds