Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsessiondescriptionfactory.cc62 MediaSessionOptions::Streams sorted_streams = streams; in ValidStreams() local
63 std::sort(sorted_streams.begin(), sorted_streams.end(), CompareStream); in ValidStreams()
65 std::adjacent_find(sorted_streams.begin(), sorted_streams.end(), in ValidStreams()
67 return it == sorted_streams.end(); in ValidStreams()