OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetRtpStateForSsrc
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.cc
301
bool ModuleRtpRtcpImpl::
GetRtpStateForSsrc
(uint32_t ssrc, RtpState* rtp_state) {
/external/webrtc/webrtc/video/
vie_channel.cc
725
RtpState ViEChannel::
GetRtpStateForSsrc
(uint32_t ssrc) {
729
if (rtp_rtcp->
GetRtpStateForSsrc
(ssrc, &rtp_state))
[
all
...]
Completed in 304 milliseconds