Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dscreenshare_loopback.cc235 std::vector<std::string> stream_descriptors; in Loopback() local
236 stream_descriptors.push_back(flags::Stream0()); in Loopback()
237 stream_descriptors.push_back(flags::Stream1()); in Loopback()
242 &params, stream_descriptors, flags::SelectedStream(), in Loopback()
Dvideo_loopback.cc224 std::vector<std::string> stream_descriptors; in Loopback() local
225 stream_descriptors.push_back(flags::Stream0()); in Loopback()
226 stream_descriptors.push_back(flags::Stream1()); in Loopback()
231 &params, stream_descriptors, flags::SelectedStream(), in Loopback()
Dvideo_quality_test.h81 const std::vector<std::string>& stream_descriptors,
Dvideo_quality_test.cc720 const std::vector<std::string>& stream_descriptors, in FillScalabilitySettings() argument
730 for (auto descriptor : stream_descriptors) { in FillScalabilitySettings()