Lines Matching +full:comma +full:- +full:separated
4 * Use of this source code is governed by a BSD-style license
59 "Number of temporal layers for video. Set to 1-4 to override.");
71 "Video inter-layer prediction mode. "
72 "0 - enabled, 1 - disabled, 2 - enabled only for key pictures.");
77 "Comma separated values describing VideoStream for video stream #0.");
82 "Comma separated values describing VideoStream for video stream #1.");
87 "Comma separated values describing SpatialLayer for video layer #0.");
92 "Comma separated values describing SpatialLayer for video layer #1.");
96 -1,
97 "Temporal layer to show or analyze for screenshare. -1 to disable "
108 -1,
109 "Spatial layer to show or analyze for screenshare. -1 to disable "
151 "Screenshare inter-layer prediction mode. "
152 "0 - enabled, 1 - disabled, 2 - enabled only for key pictures.");
158 "Comma separated values describing VideoStream for screenshare stream #0.");
164 "Comma separated values describing VideoStream for screenshare stream #1.");
170 "Comma separated values describing SpatialLayer for screenshare layer #0.");
176 "Comma separated values describing SpatialLayer for screenshare layer #1.");
180 -1,
181 "Temporal layer to show or analyze for screenshare. -1 to disable "
192 -1,
193 "Spatial layer to show or analyze for screenshare. -1 to disable "
215 "Comma-separated list of *.yuv files to display as slides.");
225 "Analyze video stream (if --duration is present)");
230 "Analyze screenshare stream (if --duration is present)");
249 -1,
269 "Works only when --duration is set.");
289 ABSL_FLAG(bool, send_side_bwe, true, "Use send-side bandwidth estimation");
319 "E.g. running with --force_fieldtrials=WebRTC-FooFeature/Enable/"
320 " will assign the group Enable to field trial WebRTC-FooFeature. Multiple "
321 "trials are separated by \"/\"");
323 // Video-specific flags.
699 fixture->RunWithAnalyzer(params); in Loopback()
701 fixture->RunWithRenderers(params); in Loopback()