Searched refs:remix (Results 1 - 5 of 5) sorted by relevance
/third_party/pulseaudio/src/modules/ |
H A D | module-remap-sink.c | 48 "remix=<remix channels?>"); 69 "remix", 339 bool remix = true; in pa__init() local 374 if (pa_modargs_get_value_boolean(ma, "remix", &remix) < 0) { in pa__init() 375 pa_log("Invalid boolean remix parameter"); in pa__init() 439 sink_input_data.flags = (remix ? 0 : PA_SINK_INPUT_NO_REMIX) | PA_SINK_INPUT_START_CORKED; in pa__init()
|
H A D | module-remap-source.c | 55 "remix=<remix channels?>"); 76 "remix", 299 bool remix = true; in pa__init() local 334 if (pa_modargs_get_value_boolean(ma, "remix", &remix) < 0) { in pa__init() 335 pa_log("Invalid boolean remix parameter."); in pa__init() 399 source_output_data.flags = (remix ? 0 : PA_SOURCE_OUTPUT_NO_REMIX) | PA_SOURCE_OUTPUT_START_CORKED; in pa__init()
|
H A D | module-loopback.c | 60 "remix=<remix channels?> "); 209 "remix", 1571 bool remix = true; in pa__init() local 1592 if (pa_modargs_get_value_boolean(ma, "remix", &remix) < 0) { in pa__init() 1593 pa_log("Invalid boolean remix parameter"); in pa__init() 1729 if (!remix) in pa__init() 1820 if (!remix) in pa__init()
|
H A D | module-combine-sink.c | 69 "remix=<boolean>"); 89 "remix", 171 bool remix; member 1177 if (!u->remix) 1502 u->remix = !m->core->disable_remixing; 1503 if (pa_modargs_get_value_boolean(ma, "remix", &u->remix) < 0) { 1504 pa_log("Invalid boolean remix parameter");
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_tess_io.cpp | 253 nir_ssa_def *remix[4] = {undef, undef, undef, undef}; in replace_load_instr() local 258 remix[i] = nir_channel(b, new_load, chan++); in replace_load_instr() 261 auto new_load_remixed = nir_vec(b, remix, comps); in replace_load_instr()
|
Completed in 8 milliseconds