Home | History | Annotate | Download | only in tests

Lines Matching refs:output_type

86       line = '<input type ="radio" name="output_type" value="'
90 html += """<input type ="radio" name="output_type"
115 var output_type =
116 document.forms['routerOptions']['output_type'].value;
117 if (input_type == '' || output_type == '') {
121 if (input_type == 'file' && output_type == 'file') {
134 if (output_type == 'file') {
161 document.forms['routerOptions']['output_type'];
171 def start_test(self, input_type, output_type, input_file='',
173 """Capture audio from the input_type and plays it back to the output_type.
177 output_type: Node id for the selected output or 'file' for files
186 if input_type == 'file' or output_type == 'file':
197 if output_type == 'file':
201 set_output = ['cras_test_client', '--select_output', str(output_type)]