OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rtp_state
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/call/
call.cc
425
VideoSendStream::RtpStateMap
rtp_state
= send_stream_impl->GetRtpStates();
local
427
for (VideoSendStream::RtpStateMap::iterator it =
rtp_state
.begin();
428
it !=
rtp_state
.end();
/external/webrtc/webrtc/video/
vie_channel.cc
717
void ViEChannel::SetRtpStateForSsrc(uint32_t ssrc, const RtpState&
rtp_state
) {
720
if (rtp_rtcp->SetRtpStateForSsrc(ssrc,
rtp_state
))
727
RtpState
rtp_state
;
local
729
if (rtp_rtcp->GetRtpStateForSsrc(ssrc, &
rtp_state
))
730
return
rtp_state
;
733
return
rtp_state
;
[
all
...]
Completed in 63 milliseconds