Home
last modified time | relevance | path

Searched refs:mediacontent_index (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc1714 size_t mediacontent_index = static_cast<size_t>(candidate->sdp_mline_index()); in UseCandidate() local
1716 if (mediacontent_index >= remote_content_size) { in UseCandidate()
1723 remote_desc_->description()->contents()[mediacontent_index]; in UseCandidate()
2054 size_t mediacontent_index = in ReadyToUseRemoteCandidate() local
2058 if (mediacontent_index >= remote_content_size) { in ReadyToUseRemoteCandidate()
2067 current_remote_desc->description()->contents()[mediacontent_index]; in ReadyToUseRemoteCandidate()