HomeSort by relevance Sort by last modified time
    Searched defs:stream_descriptors (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/video/
screenshare_loopback.cc 235 std::vector<std::string> stream_descriptors; local
236 stream_descriptors.push_back(flags::Stream0());
237 stream_descriptors.push_back(flags::Stream1());
242 &params, stream_descriptors, flags::SelectedStream(),
video_loopback.cc 224 std::vector<std::string> stream_descriptors; local
225 stream_descriptors.push_back(flags::Stream0());
226 stream_descriptors.push_back(flags::Stream1());
231 &params, stream_descriptors, flags::SelectedStream(),

Completed in 48 milliseconds